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.
1 parent 196e2ae commit be4669cCopy full SHA for be4669c
README.md
@@ -0,0 +1,11 @@
1
+
2
+export DJANGO_SECRET_KEY
3
+export DJANGO_DEBUG=
4
+export DB_POSTGRES_DATABASE_NAME=corgi_development
5
+export DB_POSTGRES_USERNAME=
6
+export DB_POSTGRES_PASSWORD=
7
+export DB_POSTGRES_HOSTNAME=localhost
8
+export DB_POSTGRES_PORT=5432
9
10
+export API_SERVICES_URL=http://localhost:8000/services/api/
11
+export FRONTEND_APP_URL=http://localhost:3000/
0 commit comments