Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored and aeneasr committed Jul 23, 2021
1 parent 9ffc518 commit 27fae16
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .circleci/values/hydra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ image:
tag: v1.10.2-alpine
pullPolicy: IfNotPresent

demo: true

hydra:
autoMigrate: true
dangerousForceHttp: true
config:
dsn: "postgres://ory:[email protected]/ory?sslmode=disable&max_conn_lifetime=10s"
# secrets:
# system:
# - "OG5XbmxXa3dYeGplQXpQanYxeEFuRUFa"
# - "foo bar 123 456 lorem"
# - "foo bar 123 456 lorem 1"
# - "foo bar 123 456 lorem 2"
# - "foo bar 123 456 lorem 3"
secrets:
system:
- "OG5XbmxXa3dYeGplQXpQanYxeEFuRUFa"
- "foo bar 123 456 lorem"
- "foo bar 123 456 lorem 1"
- "foo bar 123 456 lorem 2"
- "foo bar 123 456 lorem 3"
maester:
enabled: false

Expand Down

0 comments on commit 27fae16

Please sign in to comment.