Skip to content

Commit

Permalink
fix template env with admin credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed May 2, 2024
1 parent e3f2b4e commit 13240c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/.template.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ DATABASE_HOST=db
REDIS_HOST=redis
REDIS_PASSWORD=redis_password
RABBITMQ_HOST=rabbitmq
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin
ADMIN_EMAIL=admin@example.com
SENTRY_DSN=
S3_AWS_ACCESS_KEY_ID=miniocplus
S3_AWS_SECRET_ACCESS_KEY=miniocplus
Expand Down

0 comments on commit 13240c7

Please sign in to comment.