2017-04-25 10:24:51 +03:00
APP_NAME = Gitea: Git with a cup of tea
RUN_MODE = prod
[database]
2017-11-28 23:58:37 +03:00
DB_TYPE = sqlite3
2018-01-16 14:07:47 +03:00
PATH = integrations/gitea-integration-sqlite/gitea.db
2017-04-25 10:24:51 +03:00
2017-09-16 23:16:21 +03:00
[indexer]
2021-05-01 12:54:55 +03:00
ISSUE_INDEXER_PATH = integrations/gitea-integration-sqlite/indexers/issues.bleve
ISSUE_INDEXER_QUEUE_DIR = integrations/gitea-integration-sqlite/indexers/issues.queue
2017-10-27 09:10:54 +03:00
REPO_INDEXER_ENABLED = true
2021-05-01 12:54:55 +03:00
REPO_INDEXER_PATH = integrations/gitea-integration-sqlite/indexers/repos.bleve
2017-09-16 23:16:21 +03:00
2020-09-07 18:05:08 +03:00
[queue.code_indexer]
TYPE = immediate
2020-09-11 17:14:48 +03:00
[queue.push_update]
TYPE = immediate
2017-04-25 10:24:51 +03:00
[repository]
2020-04-19 14:17:02 +03:00
ROOT = {{REPO_TEST_DIR}}integrations/gitea-integration-sqlite/gitea-repositories
2017-09-12 08:51:12 +03:00
[repository.local]
2021-05-01 12:54:55 +03:00
LOCAL_COPY_PATH = integrations/gitea-integration-sqlite/tmp/local-repo
[repository.upload]
TEMP_PATH = integrations/gitea-integration-sqlite/tmp/uploads
2017-04-25 10:24:51 +03:00
2019-10-16 16:42:42 +03:00
[repository.signing]
SIGNING_KEY = none
2017-04-25 10:24:51 +03:00
[server]
SSH_DOMAIN = localhost
2017-09-12 08:51:12 +03:00
HTTP_PORT = 3003
ROOT_URL = http://localhost:3003/
2017-04-25 10:24:51 +03:00
DISABLE_SSH = false
2018-01-16 14:07:47 +03:00
SSH_LISTEN_HOST = localhost
SSH_PORT = 2203
START_SSH_SERVER = true
2017-11-28 23:58:37 +03:00
LFS_START_SERVER = true
2021-05-01 12:54:55 +03:00
LFS_CONTENT_PATH = integrations/gitea-integration-sqlite/data/lfs
2017-04-25 10:24:51 +03:00
OFFLINE_MODE = false
2017-11-28 23:58:37 +03:00
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
2018-01-16 14:07:47 +03:00
APP_DATA_PATH = integrations/gitea-integration-sqlite/data
2019-01-23 11:56:51 +03:00
ENABLE_GZIP = true
2019-07-07 04:28:09 +03:00
BUILTIN_SSH_SERVER_USER = git
2017-04-25 10:24:51 +03:00
2020-06-03 22:07:02 +03:00
[attachment]
2021-05-01 12:54:55 +03:00
PATH = integrations/gitea-integration-sqlite/data/attachments
2020-06-03 22:07:02 +03:00
2017-04-25 10:24:51 +03:00
[mailer]
2019-04-07 03:25:14 +03:00
ENABLED = true
MAILER_TYPE = dummy
FROM = sqlite-integration-test@gitea.io
2017-04-25 10:24:51 +03:00
[service]
2017-11-28 23:58:37 +03:00
REGISTER_EMAIL_CONFIRM = false
2020-12-20 04:31:06 +03:00
REGISTER_MANUAL_CONFIRM = false
2019-04-07 03:25:14 +03:00
ENABLE_NOTIFY_MAIL = true
2017-11-28 23:58:37 +03:00
DISABLE_REGISTRATION = false
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false
DEFAULT_KEEP_EMAIL_PRIVATE = false
2017-05-08 22:51:53 +03:00
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
2017-11-28 23:58:37 +03:00
NO_REPLY_ADDRESS = noreply.example.org
2017-04-25 10:24:51 +03:00
[picture]
2020-06-03 22:07:02 +03:00
DISABLE_GRAVATAR = false
ENABLE_FEDERATED_AVATAR = false
AVATAR_UPLOAD_PATH = integrations/gitea-integration-sqlite/data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = integrations/gitea-integration-sqlite/data/repo-avatars
2017-04-25 10:24:51 +03:00
[session]
PROVIDER = file
2020-06-03 22:07:02 +03:00
PROVIDER_CONFIG = integrations/gitea-integration-sqlite/data/sessions
2017-04-25 10:24:51 +03:00
[log]
2019-04-07 03:25:14 +03:00
MODE = test,file
ROOT_PATH = sqlite-log
ROUTER = ,
XORM = file
2017-04-25 10:24:51 +03:00
2019-04-07 03:25:14 +03:00
[log.test]
LEVEL = Info
COLORIZE = true
2017-04-25 10:24:51 +03:00
[log.file]
2019-04-07 03:25:14 +03:00
LEVEL = Debug
2017-04-25 10:24:51 +03:00
[security]
2020-10-07 21:24:14 +03:00
DISABLE_GIT_HOOKS = false
2017-04-25 10:24:51 +03:00
INSTALL_LOCK = true
SECRET_KEY = 9pCviYTWSb
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8
2019-02-03 05:06:52 +03:00
2019-04-07 03:25:14 +03:00
[oauth2]
JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko