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 9c5e4da commit d35c120Copy full SHA for d35c120
.env.example
@@ -1,13 +1,13 @@
1
DB_ENGINE=django.db.backends.postgresql
2
DB_NAME=postgres
3
-DB_USER=postgres
4
-DB_PASSWORD=postgres
+DB_USER=postgresuser
+DB_PASSWORD=postgrespassword
5
DB_HOST=backend_db
6
DB_PORT=5432
7
TELEMETRY_URL=http://otel-collector:4317
8
ELASTICSEARCH_INDEX=http://elasticsearch:9200
9
-ELASTICSEARCH_USERNAME=elastic
10
-ELASTICSEARCH_PASS=changeme
+ELASTICSEARCH_USERNAME=elasticuser
+ELASTICSEARCH_PASS=elasticpass
11
URL_WHITELIST=http://localhost:8000,http://localhost,http://localhost:3000
12
DEBUG=True
13
SECRET_KEY=your-secret-key
0 commit comments