Add simple script to set env vars for running 'air'
This commit is contained in:
parent
9e657ba36a
commit
1a055cf296
1 changed files with 11 additions and 0 deletions
11
start-air.sh
Executable file
11
start-air.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/run/current-system/sw/bin/bash
|
||||
ARCGIS_CLIENT_ID=" " \
|
||||
ARCGIS_CLIENT_SECRET=" " \
|
||||
BASE_URL=" " \
|
||||
BIND=" " \
|
||||
ENVIRONMENT="DEVELOPMENT" \
|
||||
MAPBOX_TOKEN=" " \
|
||||
POSTGRES_DSN="postgresql://?host=/var/run/postgresql&dbname=nidus-sync" \
|
||||
FIELDSEEKER_SCHEMA_DIRECTORY=" " \
|
||||
USER_FILES_DIRECTORY=" " \
|
||||
air
|
||||
Loading…
Add table
Add a link
Reference in a new issue