Initial commit: auth

This commit is contained in:
jtricerolph 2026-07-01 12:09:54 +00:00
commit 372e71c8f5
11 changed files with 500 additions and 0 deletions

7
.env.example Normal file
View file

@ -0,0 +1,7 @@
DATABASE_URL=postgresql://auth:CHANGE_ME@10.10.10.100:5432/auth_db
CENTRAL_AUTH_SECRET=CHANGE_ME_generate_with_openssl_rand_hex_32
DOMAIN=manage.hotelnumberfour.com
ADMIN_EMAIL=admin@hotelnumberfour.com
ADMIN_PASSWORD=CHANGE_ME
OFFICE_IP_CHECK=disabled
SESSION_DAYS=30