enable push to create for users

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-02 21:29:35 +02:00
parent 896fbc199a
commit 399415f663

View file

@ -15,6 +15,9 @@
server = {
ROOT_URL = "http://apps:3000";
};
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
other = {
SHOW_FOOTER_VERSION = true;
};