Skip to content

Commit

Permalink
Add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerpogo committed Jan 9, 2022
1 parent 719b8a9 commit 2b26073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ export REDIS_HOST=localhost
export REDIS_PORT=6379
export GITHUB_CLIENT_ID=xxx
export GITHUB_CLIENT_SECRET=xxx
export DATABASE_FILENAME=./db.sqlite

TYPEORM_CONNECTION=better-sqlite3
TYPEORM_DATABASE=./db.sqlite
TYPEORM_SYNCHRONIZE=false
TYPEORM_LOGGING=true
TYPEORM_ENTITIES=dist/src/models/*.js
TYPEORM_MIGRATIONS=dist/src/migrations/*.js
TYPEORM_MIGRATIONS_DIR=src/migrations

#export TYPEORM_HOST=localhost
#export TYPEORM_USERNAME=root
Expand Down

0 comments on commit 2b26073

Please sign in to comment.