move beta access password out of .env into a data file
lets it be changed live without a redeploy/restart, and sidesteps whatever was causing PROXY_PASSWORD not to reach process.env in prod
This commit is contained in:
@ -8,5 +8,4 @@ DATA_PATH=where_to_store_data
|
||||
NODE_ENV=production
|
||||
DISCORD_AI_WEBHOOK=discord_webhook_url
|
||||
PROCESSING_SERVER=https://git.ceres.rip/selenite/processing
|
||||
PROCESSING_SERVER_SECRET=secret
|
||||
PROXY_PASSWORD=change_me
|
||||
PROCESSING_SERVER_SECRET=secret
|
||||
Reference in New Issue
Block a user