Skip to content

Commit

Permalink
Merge pull request #1408 from NASA-AMMOS/feat/tweak-env-template
Browse files Browse the repository at this point in the history
Provide default DB usernames in `.env.template`
Mythicaeda authored Apr 17, 2024
2 parents 739acf3 + 4240cd4 commit 41d37c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
AERIE_USERNAME=
AERIE_USERNAME=aerie_admin
AERIE_PASSWORD=

GATEWAY_USERNAME=
GATEWAY_USERNAME=gateway_user
GATEWAY_PASSWORD=

MERLIN_USERNAME=
MERLIN_USERNAME=merlin_user
MERLIN_PASSWORD=

SCHEDULER_USERNAME=
SCHEDULER_USERNAME=scheduler_user
SCHEDULER_PASSWORD=

SEQUENCING_USERNAME=
SEQUENCING_USERNAME=sequencing_user
SEQUENCING_PASSWORD=

POSTGRES_USER=postgres_user
POSTGRES_PASSWORD=
POSTGRES_USER=

HASURA_GRAPHQL_ADMIN_SECRET=
HASURA_GRAPHQL_JWT_SECRET=

0 comments on commit 41d37c4

Please sign in to comment.