Skip to content
Snippets Groups Projects
Verified Commit a88294b7 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

re-add autoMigrate because the default is "false"

parent 78de8a56
No related branches found
No related tags found
1 merge request!73Remove postgres, add DB migrations
Pipeline #10994 passed with stages
in 21 seconds
......@@ -89,6 +89,9 @@ kratos:
}
# Run database migrations pre-install and pre-upgrade
autoMigrate: true
config:
identity:
# This points to the filename in above identitySchemas section.
......@@ -168,6 +171,9 @@ hydra:
# performed by hydra i.e. creation of a token.
system:
- "YouReallyNeedToChangeThis"
# Run database migrations pre-install and pre-upgrade
autoMigrate: true
ingress:
public:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment