1
Fork 0

Allow commarss registrations

This commit is contained in:
prescientmoon 2024-02-24 14:52:22 +01:00
parent 9cb4c430c0
commit d607f56219
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -21,6 +21,7 @@ in
# https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example # https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example
environment = { environment = {
CF_APP_PUBLICURL = "https://${host}"; CF_APP_PUBLICURL = "https://${host}";
CF_APP_ALLOWREGISTRATIONS = true;
}; };
}; };
} }