Merge pull request #246193 from christophcharles/gogs-config-file

nixos/gogs: fix deprecations for 0.13.0
This commit is contained in:
Nick Cao 2023-07-30 18:23:03 -06:00 committed by GitHub
commit c3f4240e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ let
DOMAIN = ${cfg.domain}
HTTP_ADDR = ${cfg.httpAddress}
HTTP_PORT = ${toString cfg.httpPort}
ROOT_URL = ${cfg.rootUrl}
EXTERNAL_URL = ${cfg.rootUrl}
[session]
COOKIE_NAME = session