diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 980afd3..ca2f89b 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ +PORT=8080 DB_CONN=mongodb://localhost/playground_db APP_SECRET=replace-this |