Skip to content

Commit

Permalink
chore(config): add env example config
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 4, 2020
1 parent 84bdc5d commit 6543454
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Application port
# For inside docker
APP_PORT=1000

# Application env:
# Options: dev, prod, test
APP_ENV=prod

#
#
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=urlsh

#
#
APP_ALLOW_DUPE_URL=1

#
# Static auth token for admin endpoints
# To be sent in request header:
# Authorization: Bearer <token>
#
APP_ADMIN_TOKEN=qazwsxedcrfvtgbyhnujmikolp

0 comments on commit 6543454

Please sign in to comment.