Skip to content

Commit eecd4fc

Browse files
author
Obada Haddad
committed
remove secret_key in .env_sample and .env_circleci
1 parent f13d816 commit eecd4fc

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.env_circleci

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
SECRET_KEY=change-this-secret
2-
31
DB_HOST=db
42
DB_NAME=postgres
53
DB_USERNAME=postgres
@@ -35,4 +33,4 @@ DJANGO_SUPERUSER_EMAIL=test@test.com
3533
DJANGO_SUPERUSER_USERNAME=codabench
3634
DOMAIN_NAME=localhost:80
3735
TLS_EMAIL=your@email.com
38-
SUBMISSIONS_API_URL=http://django:8000/api
36+
SUBMISSIONS_API_URL=http://django:8000/api

.env_sample

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
SECRET_KEY=change-this-secret
2-
31
# For local setup and debug
4-
DEBUG=True
2+
DEBUG=False
53

64
# Database
75
DB_HOST=db

0 commit comments

Comments
 (0)