enable push to create for users
This commit is contained in:
parent
896fbc199a
commit
399415f663
|
@ -15,6 +15,9 @@
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "http://apps:3000";
|
ROOT_URL = "http://apps:3000";
|
||||||
};
|
};
|
||||||
|
repository = {
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
};
|
||||||
other = {
|
other = {
|
||||||
SHOW_FOOTER_VERSION = true;
|
SHOW_FOOTER_VERSION = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue