Skip to content

Commit

Permalink
added .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal authored and vishal committed Jul 25, 2024
1 parent c91d810 commit 0e0bd65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/boilerplate-generator/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROBLEMS_DIR_PATH=/apps/problems
6 changes: 6 additions & 0 deletions apps/web/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MOUNT_PATH=/apps/problems
NEXTAUTH_SECRET=secret
JWT_SECRET=secret
DATABASE_URL=postgresql://postgres:supersecurepassword@localhost:5432/algoearth?schema=public
REDIS_URL=redis://:supersecurepassword@localhost:6379
JUDGE0_URI=https://localhost:2358
2 changes: 2 additions & 0 deletions packages/db/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL=postgresql://postgres:supersecurepassword@localhost:5432/algoearth?schema=public
MOUNT_PATH=../../apps/problems

0 comments on commit 0e0bd65

Please sign in to comment.