1
Fork 0

Fix forgejo config property access typo

This commit is contained in:
prescientmoon 2024-07-08 03:20:48 +02:00
parent f3bc21486a
commit 5247160b43
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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
}; };