Skip to content

Commit

Permalink
Merge pull request #213 from jonfairbanks/feat/typescript
Browse files Browse the repository at this point in the history
Update sample env files
  • Loading branch information
jonfairbanks authored Oct 12, 2024
2 parents 3e1374b + e5e91c7 commit 2b18e2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions server/.env.development.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MONGO_URI=mongodb://localhost:27017/yo
ERROR_URL=https://yo.mysite.dev/error
BASE_URL=https://yo.mysite.dev
API_URL=https://yo-api.mysite.dev/api/
4 changes: 4 additions & 0 deletions server/.env.production.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MONGO_URI=mongodb://localhost:27017/yo
ERROR_URL=https://yo.mysite.io/error
BASE_URL=https://yo.mysite.io
API_URL=https://yo-api.mysite.io/api/
6 changes: 3 additions & 3 deletions server/.env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ERROR_URL=https://yo.mysite.io/error
BASE_URL=https://yo.mysite.io
API_URL=https://yo-api.mysite.io/api/
AUTH=false
AUTH0_DOMAIN=fairbanks.auth0.com
LOG_LOCATION=./yo-api.log

0 comments on commit 2b18e2c

Please sign in to comment.