1
Fork 0

Make commarss env var string

This commit is contained in:
prescientmoon 2024-02-24 14:53:11 +01:00
parent d607f56219
commit a504d3e0e9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -21,7 +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; CF_APP_ALLOWREGISTRATIONS = "true";
}; };
}; };
} }