We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b377c8 commit 7cce73bCopy full SHA for 7cce73b
.devcontainer/init-db.sql
@@ -1,4 +1,4 @@
1
-CREATE DATABASE authentik;
+CREATE DATABASE dex;
2
CREATE DATABASE unbind;
3
-GRANT ALL PRIVILEGES ON DATABASE authentik TO postgres;
+GRANT ALL PRIVILEGES ON DATABASE dex TO postgres;
4
GRANT ALL PRIVILEGES ON DATABASE unbind TO postgres;
init-db.sql
scripts/clear-local-data.sh
@@ -2,4 +2,4 @@
rm -r ./.data/postgres/*
rm -r ./.data/redis/*
5
-rm -r ./.data/authentik/*
+rm -r ./.data/dex/*
0 commit comments