Skip to content

Commit 595de44

Browse files
Add back server example env
2 parents 2a4f2d8 + 3a33809 commit 595de44

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

server/.env.example

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
APP_NAME=DjangoAPI
2+
3+
APP_ENV=DEVELOPMENT
4+
API_SECRET_KEY="supersecretkey"
5+
API_ALLOWED_HOSTS=".localhost 127.0.0.1 [::1]"
6+
7+
POSTGRES_HOST=localhost
8+
POSTGRES_NAME=postgres
9+
POSTGRES_USER=postgres
10+
POSTGRES_PASSWORD=password
11+
POSTGRES_PORT=5432
12+
13+
DJANGO_SUPERUSER_PASSWORD=Password123
14+
DJANGO_SUPERUSER_EMAIL=admin@test.com
15+
DJANGO_SUPERUSER_USERNAME=admin
16+
17+
FRONTEND_URL="http://localhost:3000"

0 commit comments

Comments
 (0)