Skip to content

Commit

Permalink
update supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Apr 30, 2024
1 parent 3bb3d0c commit 4249dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/all-in-one/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
environment=NODE_ENV="production"
redirect_stderr=true
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
environment=NODE_ENV="production",VITE_API_URL_CLIENT="%(ENV_VITE_API_URL_CLIENT)s/api",VITE_API_URL_SERVER="http://localhost:80/api",VITE_FRONTEND_URL="%(ENV_VITE_FRONTEND_URL)s",VITE_STRIPE_PUBLISHABLE_KEY="%(ENV_STRIPE_PUBLISHABLE_KEY)s"

0 comments on commit 4249dc9

Please sign in to comment.