Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
env nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Lleyton Gray committed Jul 27, 2021
1 parent 52b8a37 commit d9f90e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ worker_processes ${{NUM_WORKERS}};
error_log stderr notice;
daemon off;
pid logs/nginx.pid;
env POSTGRES_PASSWORD;
env PUSHPIN_ADMIN;
env AUTH_PRIVATE;
env AUTH_PUBLIC;
env AUTH_VOICE_PRIVATE;
env AUTH_VOICE_PUBLIC;
env DB_PASSWORD;
env SUBSCRIPTIONS_WEBHOOK;
env VOICE_TOKEN;
env PUSHPIN_ADDR;

events {
worker_connections 1024;
Expand Down

0 comments on commit d9f90e3

Please sign in to comment.