docs: add env example and setup instructions #1
2
apps/admin/.env.example
Normal file
2
apps/admin/.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/nextplacement
|
||||
AUTH_SECRET=change_me
|
||||
3
apps/student/.env.example
Normal file
3
apps/student/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
ADMIN_DOMAIN=http://localhost:9001
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/nextplacement
|
||||
AUTH_SECRET=change_me
|
||||
Reference in New Issue
Block a user