Change primary gitea domain to the one I actually use
This commit is contained in:
parent
1c99477ce9
commit
fba284f9a9
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ TEMP_PATH = /data/gitea/uploads
|
|||
APP_DATA_PATH = /data/gitea
|
||||
SSH_DOMAIN = gitea
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL = https://git.0rng.one/
|
||||
ROOT_URL = https://git.theorangeone.net/
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
SSH_LISTEN_PORT = 3022
|
||||
START_SSH_SERVER = true
|
||||
LFS_START_SERVER = true
|
||||
LFS_CONTENT_PATH = /data/git/lfs
|
||||
DOMAIN = git.0rng.one
|
||||
DOMAIN = git.theorangeone.net
|
||||
LFS_JWT_SECRET = {{ gitea.lfs_jwt_secret }}
|
||||
OFFLINE_MODE = false
|
||||
LANDING_PAGE = explore
|
||||
|
|
Loading…
Reference in a new issue