Initial commit: auth
This commit is contained in:
commit
372e71c8f5
11 changed files with 500 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue