spec(eientei): correct forgejo ssh port

This commit is contained in:
514fpv 2024-02-02 09:31:15 +08:00
parent 3098d462be
commit 61cb633015
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

@ -11,7 +11,7 @@ in {
database.createDatabase = true; database.createDatabase = true;
settings = { settings = {
server = { server = {
SSH_PORT = 8087; SSH_PORT = 8086;
COOKIE_SECURE = true; COOKIE_SECURE = true;
LANDING_PAGE = "explore"; LANDING_PAGE = "explore";
DOMAIN = host; DOMAIN = host;