Fix
This commit is contained in:
parent
84e540add4
commit
987229f17b
6
app.ini
6
app.ini
@ -6,6 +6,12 @@ USER = gitea
|
|||||||
PASSWD = gitea
|
PASSWD = gitea
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
|
|
||||||
|
[server]
|
||||||
|
DOMAIN = localhost
|
||||||
|
HTTP_PORT = %(PORT)s
|
||||||
|
ROOT_URL = http://localhost:%(PORT)s/
|
||||||
|
SSH_PORT = 2222
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = /data/git/repositories
|
ROOT = /data/git/repositories
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user