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.

mysql8.ini.tmpl 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. APP_NAME = Gitea: Git with a cup of tea
  2. RUN_MODE = prod
  3. [database]
  4. DB_TYPE = mysql
  5. HOST = {{TEST_MYSQL8_HOST}}
  6. NAME = {{TEST_MYSQL8_DBNAME}}
  7. USER = {{TEST_MYSQL8_USERNAME}}
  8. PASSWD = {{TEST_MYSQL8_PASSWORD}}
  9. SSL_MODE = disable
  10. [indexer]
  11. ISSUE_INDEXER_PATH = integrations/gitea-integration-mysql8/indexers/issues.bleve
  12. ISSUE_INDEXER_QUEUE_DIR = integrations/gitea-integration-mysql8/indexers/issues.queue
  13. REPO_INDEXER_ENABLED = true
  14. REPO_INDEXER_PATH = integrations/gitea-integration-mysql8/indexers/repos.bleve
  15. [queue]
  16. TYPE = immediate
  17. [queue.code_indexer]
  18. TYPE = immediate
  19. [queue.push_update]
  20. TYPE = immediate
  21. [repository]
  22. ROOT = {{REPO_TEST_DIR}}integrations/gitea-integration-mysql8/gitea-repositories
  23. [repository.local]
  24. LOCAL_COPY_PATH = integrations/gitea-integration-mysql8/tmp/local-repo
  25. [repository.upload]
  26. TEMP_PATH = integrations/gitea-integration-mysql8/tmp/uploads
  27. [repository.signing]
  28. SIGNING_KEY = none
  29. [server]
  30. SSH_DOMAIN = localhost
  31. HTTP_PORT = 3004
  32. ROOT_URL = http://localhost:3004/
  33. DISABLE_SSH = false
  34. SSH_LISTEN_HOST = localhost
  35. SSH_PORT = 2204
  36. START_SSH_SERVER = true
  37. LFS_START_SERVER = true
  38. LFS_CONTENT_PATH = integrations/gitea-integration-mysql8/data/lfs
  39. OFFLINE_MODE = false
  40. LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
  41. APP_DATA_PATH = integrations/gitea-integration-mysql8/data
  42. BUILTIN_SSH_SERVER_USER = git
  43. [attachment]
  44. PATH = integrations/gitea-integration-mysql8/data/attachments
  45. [mailer]
  46. ENABLED = false
  47. [service]
  48. REGISTER_EMAIL_CONFIRM = false
  49. REGISTER_MANUAL_CONFIRM = false
  50. ENABLE_NOTIFY_MAIL = false
  51. DISABLE_REGISTRATION = false
  52. ENABLE_CAPTCHA = false
  53. REQUIRE_SIGNIN_VIEW = false
  54. DEFAULT_KEEP_EMAIL_PRIVATE = false
  55. DEFAULT_ALLOW_CREATE_ORGANIZATION = true
  56. NO_REPLY_ADDRESS = noreply.example.org
  57. [picture]
  58. DISABLE_GRAVATAR = false
  59. ENABLE_FEDERATED_AVATAR = false
  60. AVATAR_UPLOAD_PATH = integrations/gitea-integration-mysql8/data/avatars
  61. REPOSITORY_AVATAR_UPLOAD_PATH = integrations/gitea-integration-mysql8/data/repo-avatars
  62. [session]
  63. PROVIDER = file
  64. PROVIDER_CONFIG = integrations/gitea-integration-mysql8/data/sessions
  65. [log]
  66. MODE = test,file
  67. ROOT_PATH = mysql8-log
  68. ROUTER = ,
  69. XORM = file
  70. ENABLE_SSH_LOG = true
  71. [log.test]
  72. LEVEL = Info
  73. COLORIZE = true
  74. [log.file]
  75. LEVEL = Debug
  76. [security]
  77. DISABLE_GIT_HOOKS = false
  78. INSTALL_LOCK = true
  79. SECRET_KEY = 9pCviYTWSb
  80. INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ