Make commarss env var string
This commit is contained in:
parent
d607f56219
commit
a504d3e0e9
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue