2017-04-25 07:24:51 +00:00
|
|
|
APP_NAME = Gitea: Git with a cup of tea
|
|
|
|
RUN_MODE = prod
|
|
|
|
|
|
|
|
[database]
|
|
|
|
DB_TYPE = sqlite3
|
|
|
|
PATH = :memory:
|
|
|
|
|
2017-09-16 20:16:21 +00:00
|
|
|
[indexer]
|
|
|
|
ISSUE_INDEXER_PATH = integrations/indexers-sqlite/issues.bleve
|
2017-10-27 06:10:54 +00:00
|
|
|
REPO_INDEXER_ENABLED = true
|
|
|
|
REPO_INDEXER_PATH = integrations/indexers-sqlite/repos.bleve
|
2017-09-16 20:16:21 +00:00
|
|
|
|
2017-04-25 07:24:51 +00:00
|
|
|
[repository]
|
2017-09-12 05:51:12 +00:00
|
|
|
ROOT = integrations/gitea-integration-sqlite/gitea-repositories
|
|
|
|
|
|
|
|
[repository.local]
|
|
|
|
LOCAL_COPY_PATH = tmp/local-repo-sqlite
|
2017-04-25 07:24:51 +00:00
|
|
|
|
|
|
|
[server]
|
|
|
|
SSH_DOMAIN = localhost
|
2017-09-12 05:51:12 +00:00
|
|
|
HTTP_PORT = 3003
|
|
|
|
ROOT_URL = http://localhost:3003/
|
2017-04-25 07:24:51 +00:00
|
|
|
DISABLE_SSH = false
|
|
|
|
SSH_PORT = 22
|
|
|
|
LFS_START_SERVER = false
|
|
|
|
OFFLINE_MODE = false
|
|
|
|
|
|
|
|
[mailer]
|
|
|
|
ENABLED = false
|
|
|
|
|
|
|
|
[service]
|
|
|
|
REGISTER_EMAIL_CONFIRM = false
|
|
|
|
ENABLE_NOTIFY_MAIL = false
|
|
|
|
DISABLE_REGISTRATION = false
|
|
|
|
ENABLE_CAPTCHA = false
|
|
|
|
REQUIRE_SIGNIN_VIEW = false
|
|
|
|
DEFAULT_KEEP_EMAIL_PRIVATE = false
|
2017-05-08 19:51:53 +00:00
|
|
|
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
|
2017-04-25 07:24:51 +00:00
|
|
|
NO_REPLY_ADDRESS = noreply.example.org
|
|
|
|
|
|
|
|
[picture]
|
|
|
|
DISABLE_GRAVATAR = false
|
|
|
|
ENABLE_FEDERATED_AVATAR = false
|
|
|
|
|
|
|
|
[session]
|
|
|
|
PROVIDER = file
|
|
|
|
|
|
|
|
[log]
|
|
|
|
MODE = console,file
|
2017-06-15 12:12:30 +00:00
|
|
|
ROOT_PATH = sqlite-log
|
2017-04-25 07:24:51 +00:00
|
|
|
|
|
|
|
[log.console]
|
2017-06-15 12:12:30 +00:00
|
|
|
LEVEL = Warn
|
2017-04-25 07:24:51 +00:00
|
|
|
|
|
|
|
[log.file]
|
2017-06-15 12:12:30 +00:00
|
|
|
LEVEL = Debug
|
2017-04-25 07:24:51 +00:00
|
|
|
|
|
|
|
[security]
|
|
|
|
INSTALL_LOCK = true
|
|
|
|
SECRET_KEY = 9pCviYTWSb
|
|
|
|
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8
|
|
|
|
|