Skip to content

Commit

Permalink
fix storage
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 26, 2024
1 parent bc03c7c commit de919c3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
web:
port: ${CUSTOM_WEB_PORT}
storage:
type: postgres
path: postgres://${INIT_POSTGRES_USER}:${INIT_POSTGRES_PASS}@${INIT_POSTGRES_HOST}:5432/${INIT_POSTGRES_DBNAME}?sslmode=disable
caching: true
metrics: true
debug: false
ui:
Expand All @@ -19,4 +23,4 @@ connectivity:
checker:
target: 1.1.1.1:53
interval: 1m


0 comments on commit de919c3

Please sign in to comment.