mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
886 B
52 lines
886 B
6 years ago
|
APP_NAME = Gogs
|
||
|
RUN_USER = root
|
||
|
RUN_MODE = prod
|
||
|
|
||
|
[database]
|
||
|
DB_TYPE = sqlite3
|
||
|
HOST = 127.0.0.1:3306
|
||
|
NAME = gogs
|
||
|
USER = root
|
||
|
PASSWD =
|
||
|
SSL_MODE = disable
|
||
|
PATH = data/gogs.db
|
||
|
|
||
|
[repository]
|
||
|
ROOT = /www/gogs-repositories
|
||
|
|
||
|
[server]
|
||
|
DOMAIN = 154.48.251.71
|
||
|
HTTP_PORT = 3000
|
||
|
ROOT_URL = http://154.48.251.71:3000/
|
||
|
DISABLE_SSH = false
|
||
|
SSH_PORT = 222
|
||
|
START_SSH_SERVER = true
|
||
|
OFFLINE_MODE = false
|
||
|
|
||
|
[mailer]
|
||
|
ENABLED = false
|
||
|
|
||
|
[service]
|
||
|
REGISTER_EMAIL_CONFIRM = false
|
||
|
ENABLE_NOTIFY_MAIL = false
|
||
|
DISABLE_REGISTRATION = false
|
||
|
ENABLE_CAPTCHA = true
|
||
|
REQUIRE_SIGNIN_VIEW = false
|
||
|
|
||
|
[picture]
|
||
|
DISABLE_GRAVATAR = false
|
||
|
ENABLE_FEDERATED_AVATAR = false
|
||
|
|
||
|
[session]
|
||
|
PROVIDER = file
|
||
|
|
||
|
[log]
|
||
|
MODE = console, file
|
||
|
LEVEL = Info
|
||
|
ROOT_PATH = /www/server/gogs/log
|
||
|
|
||
|
[security]
|
||
|
INSTALL_LOCK = true
|
||
|
SECRET_KEY = jmGSJXDBH5Ng4wt
|
||
|
|