2023-02-08 08:28:14 +00:00
|
|
|
# Encryption key used by the EncryptedSettingsManager. Required by the production builds
|
2023-05-10 14:57:20 +00:00
|
|
|
SECRET_KEY=
|
|
|
|
|
2023-06-05 07:25:02 +00:00
|
|
|
APP_LOG_LEVEL=info
|
|
|
|
|
|
|
|
DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE
|
|
|
|
|
|
|
|
# Conditionally run worker with Next use instrumentation hook (src/instrmentation.ts)
|
|
|
|
# This is handy for development but in production it should be a separate process
|
|
|
|
RUN_WORKER_IN_NEXT_PROCESS=false
|