Skip to content

Commit

Permalink
Update env_sample.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry authored Jun 26, 2024
1 parent ed7a453 commit 54ef903
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion env_sample.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
POSTGRES_USER=dtm
POSTGRES_DB=dtm_db
POSTGRES_DB=datm_db
POSTGRES_PASSWORD=dtm
POSTGRES_HOST=db
POSTGRES_ECHO=False

S3_ENDPOINT=http://minio:9000
S3_ACCESS_KEY=minio
S3_SECRET_KEY=minionimio
S3_BUCKET_NAME=dtm

SECRET_KEY=secret_key
EXTRA_CORS_ORIGINS=['http://localhost:8080', 'http://localhost:8081', 'http://localhost:3040']

DEBUG=True

GOOGLE_CLIENT_ID=google_client_id
GOOGLE_CLIENT_SECRET=google_client_secret

0 comments on commit 54ef903

Please sign in to comment.