Skip to content

Commit

Permalink
work on grapql
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurf1999 committed Dec 19, 2020
1 parent e0e95e9 commit c431273
Show file tree
Hide file tree
Showing 955 changed files with 1,018 additions and 2,288 deletions.
7 changes: 7 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
POSTGRES_USER=mydb
POSTGRES_PASSWORD=changeme
POSTGRES_DB=mydb
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@127.0.0.1:5432/${POSTGRES_DB}"
REDIS_URL="redis://127.0.0.1:6379/"
JWT_SECRET="ITS A SECRET"
ARGON_SECRET="ITS ANOTHER SECRET"
1 change: 1 addition & 0 deletions api
Submodule api added at e01270
Loading

0 comments on commit c431273

Please sign in to comment.