Skip to content
Snippets Groups Projects
Commit d6eda322 authored by xeruf's avatar xeruf
Browse files

apps/forge: fix url config

parent e1fc192d
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ data:
# PROJECT_BOARD_BUG_TRIAGE_TYPE: Needs Triage, High Priority, Low Priority, Closed
server:
LANDING_PAGE: login
PROTOCOL: "https"
# ROOT_URL: "https://${forgejo_domain}"
ROOT_URL: "https://${forgejo_domain}"
# PROTOCOL: "https"
# DOMAIN:
openid:
ENABLE_OPENID_SIGNUP: true
......@@ -83,7 +83,7 @@ data:
# forcessl: true
cors:
ENABLED: true
# SCHEME: "https"
SCHEME: "https"
ALLOW_DOMAIN: "files.ftt.gmbh"
ALLOW_CREDENTIALS: true
# log:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment