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