mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
APP_NAME=solidtime
|
|
VITE_APP_NAME=solidtime
|
|
APP_ENV=production
|
|
APP_DEBUG=false
|
|
APP_FORCE_HTTPS=true
|
|
SESSION_SECURE_COOKIE=true
|
|
OCTANE_SERVER=swoole
|
|
PAGINATION_PER_PAGE_DEFAULT=500
|
|
|
|
LOG_CHANNEL=stack
|
|
LOG_DEPRECATIONS_CHANNEL=null
|
|
LOG_LEVEL=debug
|
|
|
|
DB_CONNECTION=pgsql
|