We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a4f2d8 + 3a33809 commit 595de44Copy full SHA for 595de44
1 file changed
server/.env.example
@@ -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