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.

mysql.ini.tmpl 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. APP_NAME = Gitea: Git with a cup of tea
  2. RUN_MODE = prod
  3. [database]
  4. DB_TYPE = mysql
  5. HOST = {{TEST_MYSQL_HOST}}
  6. NAME = {{TEST_MYSQL_DBNAME}}
  7. USER = {{TEST_MYSQL_USERNAME}}
  8. PASSWD = {{TEST_MYSQL_PASSWORD}}
  9. SSL_MODE = disable
  10. PATH = data/gitea.db
  11. [indexer]
  12. ISSUE_INDEXER_PATH = integrations/indexers-mysql/issues.bleve
  13. [repository]
  14. ROOT = integrations/gitea-integration-mysql/gitea-repositories
  15. [repository.local]
  16. LOCAL_COPY_PATH = tmp/local-repo-mysql
  17. [server]
  18. SSH_DOMAIN = localhost
  19. HTTP_PORT = 3001
  20. ROOT_URL = http://localhost:3001/
  21. DISABLE_SSH = false
  22. SSH_PORT = 22
  23. LFS_START_SERVER = false
  24. OFFLINE_MODE = false
  25. [mailer]
  26. ENABLED = false
  27. [service]
  28. REGISTER_EMAIL_CONFIRM = false
  29. ENABLE_NOTIFY_MAIL = false
  30. DISABLE_REGISTRATION = false
  31. ENABLE_CAPTCHA = false
  32. REQUIRE_SIGNIN_VIEW = false
  33. DEFAULT_KEEP_EMAIL_PRIVATE = false
  34. DEFAULT_ALLOW_CREATE_ORGANIZATION = true
  35. NO_REPLY_ADDRESS = noreply.example.org
  36. [picture]
  37. DISABLE_GRAVATAR = false
  38. ENABLE_FEDERATED_AVATAR = false
  39. [session]
  40. PROVIDER = file
  41. [log]
  42. MODE = console,file
  43. ROOT_PATH = mysql-log
  44. [log.console]
  45. LEVEL = Warn
  46. [log.file]
  47. LEVEL = Debug
  48. [security]
  49. INSTALL_LOCK = true
  50. SECRET_KEY = 9pCviYTWSb
  51. INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ