Skip to content

Commit be4669c

Browse files
readme update - env vars
1 parent 196e2ae commit be4669c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)