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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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.code_indexer]
  16. TYPE = immediate
  17. [queue.push_update]
  18. TYPE = immediate
  19. [repository]
  20. ROOT = {{REPO_TEST_DIR}}integrations/gitea-integration-mysql8/gitea-repositories
  21. [repository.local]
  22. LOCAL_COPY_PATH = integrations/gitea-integration-mysql8/tmp/local-repo
  23. [repository.upload]
  24. TEMP_PATH = integrations/gitea-integration-mysql8/tmp/uploads
  25. [repository.signing]
  26. SIGNING_KEY = none
  27. [server]
  28. SSH_DOMAIN = localhost
  29. HTTP_PORT = 3004
  30. ROOT_URL = http://localhost:3004/
  31. DISABLE_SSH = false
  32. SSH_LISTEN_HOST = localhost
  33. SSH_PORT = 2204
  34. START_SSH_SERVER = true
  35. LFS_START_SERVER = true
  36. LFS_CONTENT_PATH = integrations/gitea-integration-mysql8/data/lfs
  37. OFFLINE_MODE = false
  38. LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
  39. APP_DATA_PATH = integrations/gitea-integration-mysql8/data
  40. BUILTIN_SSH_SERVER_USER = git
  41. [attachment]
  42. PATH = integrations/gitea-integration-mysql8/data/attachments
  43. [mailer]
  44. ENABLED = false
  45. [service]
  46. REGISTER_EMAIL_CONFIRM = false
  47. REGISTER_MANUAL_CONFIRM = false
  48. ENABLE_NOTIFY_MAIL = false
  49. DISABLE_REGISTRATION = false
  50. ENABLE_CAPTCHA = false
  51. REQUIRE_SIGNIN_VIEW = false
  52. DEFAULT_KEEP_EMAIL_PRIVATE = false
  53. DEFAULT_ALLOW_CREATE_ORGANIZATION = true
  54. NO_REPLY_ADDRESS = noreply.example.org
  55. [picture]
  56. DISABLE_GRAVATAR = false
  57. ENABLE_FEDERATED_AVATAR = false
  58. AVATAR_UPLOAD_PATH = integrations/gitea-integration-mysql8/data/avatars
  59. REPOSITORY_AVATAR_UPLOAD_PATH = integrations/gitea-integration-mysql8/data/repo-avatars
  60. [session]
  61. PROVIDER = file
  62. PROVIDER_CONFIG = integrations/gitea-integration-mysql8/data/sessions
  63. [log]
  64. MODE = test,file
  65. ROOT_PATH = mysql8-log
  66. ROUTER = ,
  67. XORM = file
  68. ENABLE_SSH_LOG = true
  69. [log.test]
  70. LEVEL = Info
  71. COLORIZE = true
  72. [log.file]
  73. LEVEL = Debug
  74. [security]
  75. DISABLE_GIT_HOOKS = false
  76. INSTALL_LOCK = true
  77. SECRET_KEY = 9pCviYTWSb
  78. INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ