docs: add env example and setup instructions #1

Merged
Arnab-Afk merged 2 commits from vansh_code/nextplacement:docs/readme-setup into main 2026-01-03 21:12:19 +05:30
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 7433052878 - Show all commits

2
apps/admin/.env.example Normal file
View File

@@ -0,0 +1,2 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/nextplacement
AUTH_SECRET=change_me

View File

@@ -0,0 +1,3 @@
ADMIN_DOMAIN=http://localhost:9001
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/nextplacement
AUTH_SECRET=change_me