feat: add caching to postgres
This commit is contained in:
@@ -92,6 +92,7 @@ gatus:
|
||||
scopes: [openid]
|
||||
storage:
|
||||
type: postgres
|
||||
caching: true
|
||||
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
|
||||
default-endpoint: &defaults
|
||||
group: core
|
||||
|
||||
Reference in New Issue
Block a user