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:
first@lynx.com
2026-08-24 17:01:41 -04:00
parent a6ac6aaa4f
commit cc9fd16cf4
2 changed files with 18 additions and 6 deletions

View File

@ -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