Fix forgejo config property access typo
This commit is contained in:
parent
f3bc21486a
commit
5247160b43
|
@ -27,7 +27,7 @@
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = config.satellite.cloudflared.at.git.host;
|
DOMAIN = config.satellite.cloudflared.at.git.host;
|
||||||
HTTP_PORT = config.satellite.cloudflared.at.git.port;
|
HTTP_PORT = config.satellite.cloudflared.at.git.port;
|
||||||
ROOT_URL = config.satellite.cloudflared.at.git.host.url;
|
ROOT_URL = config.satellite.cloudflared.at.git.url;
|
||||||
LANDING_PAGE = "prescientmoon"; # Make my profile the landing page
|
LANDING_PAGE = "prescientmoon"; # Make my profile the landing page
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue