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.

pgsql.ini.tmpl 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. APP_NAME = Gitea: Git with a cup of tea
  2. RUN_MODE = prod
  3. [database]
  4. DB_TYPE = postgres
  5. HOST = {{TEST_PGSQL_HOST}}
  6. NAME = {{TEST_PGSQL_DBNAME}}
  7. USER = {{TEST_PGSQL_USERNAME}}
  8. PASSWD = {{TEST_PGSQL_PASSWORD}}
  9. SSL_MODE = disable
  10. PATH = data/gitea.db
  11. [indexer]
  12. ISSUE_INDEXER_PATH = integrations/indexers-pgsql/issues.bleve
  13. [repository]
  14. ROOT = integrations/gitea-integration-pgsql/gitea-repositories
  15. [repository.local]
  16. LOCAL_COPY_PATH = tmp/local-repo-pgsql
  17. [server]
  18. SSH_DOMAIN = localhost
  19. HTTP_PORT = 3002
  20. ROOT_URL = http://localhost:3002/
  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 = pgsql-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 = test