fix: auto-generate encryption keys in Railway startup script

This commit is contained in:
tinkle-community
2026-01-06 17:59:29 +08:00
parent 4804cfcb05
commit 7db37ade1c
3 changed files with 25 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ logfile_maxbytes=0
pidfile=/tmp/supervisord.pid
[program:backend]
command=/app/nofx
command=/app/start-backend.sh
directory=/app
autostart=true
autorestart=true