13 lines
374 B
Bash
13 lines
374 B
Bash
RACKULA_LISTEN_PORT=80
|
|||
|
|
RACKULA_API_PORT=3001
|
||
|
|
RACKULA_API_WRITE_TOKEN=HkXTxFORHjF2jiOS1TZr1kU5bAsQl0k7
|
||
|
|
RACKULA_AUTH_SESSION_SECRET=HVkbGtJcX5xyCAKlbODGzQ7aJsX4GKU3
|
||
|
|
CORS_ORIGIN=https://rackula.luckyden.org
|
||
|
|
RACKULA_AUTH_SESSION_COOKIE_SECURE=true
|
||
|
|
|
||
|
|
RACKULA_AUTH_MODE=local
|
||
|
|
RACKULA_AUTH_CSRF_PROTECTION=true
|
||
|
|
|
||
|
|
RACKULA_LOCAL_USERNAME=admin_tan
|
||
|
|
RACKULA_LOCAL_PASSWORD=Admin#tan2023
|