Read secrets when running air
This commit is contained in:
parent
97ea4ad3bb
commit
447e52c6a0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
|||
ARCGIS_CLIENT_ID=" " \
|
||||
ARCGIS_CLIENT_SECRET=" " \
|
||||
BASE_URL=" " \
|
||||
BIND=" " \
|
||||
BIND="127.0.0.1:9000" \
|
||||
ENVIRONMENT="DEVELOPMENT" \
|
||||
MAPBOX_TOKEN=" " \
|
||||
POSTGRES_DSN="postgresql://?host=/var/run/postgresql&dbname=nidus-sync" \
|
||||
FIELDSEEKER_SCHEMA_DIRECTORY=" " \
|
||||
USER_FILES_DIRECTORY=" " \
|
||||
air
|
||||
export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) && air
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue