Skip to content

Commit d35c120

Browse files
committed
remove default values in .env.example
1 parent 9c5e4da commit d35c120

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
DB_ENGINE=django.db.backends.postgresql
22
DB_NAME=postgres
3-
DB_USER=postgres
4-
DB_PASSWORD=postgres
3+
DB_USER=postgresuser
4+
DB_PASSWORD=postgrespassword
55
DB_HOST=backend_db
66
DB_PORT=5432
77
TELEMETRY_URL=http://otel-collector:4317
88
ELASTICSEARCH_INDEX=http://elasticsearch:9200
9-
ELASTICSEARCH_USERNAME=elastic
10-
ELASTICSEARCH_PASS=changeme
9+
ELASTICSEARCH_USERNAME=elasticuser
10+
ELASTICSEARCH_PASS=elasticpass
1111
URL_WHITELIST=http://localhost:8000,http://localhost,http://localhost:3000
1212
DEBUG=True
1313
SECRET_KEY=your-secret-key

0 commit comments

Comments
 (0)