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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. REPO_INDEXER_ENABLED = true
  14. REPO_INDEXER_PATH = integrations/indexers-pgsql/repos.bleve
  15. [repository]
  16. ROOT = integrations/gitea-integration-pgsql/gitea-repositories
  17. [repository.local]
  18. LOCAL_COPY_PATH = tmp/local-repo-pgsql
  19. [server]
  20. SSH_DOMAIN = localhost
  21. HTTP_PORT = 3002
  22. ROOT_URL = http://localhost:3002/
  23. DISABLE_SSH = false
  24. SSH_PORT = 22
  25. LFS_START_SERVER = true
  26. OFFLINE_MODE = false
  27. [mailer]
  28. ENABLED = false
  29. [service]
  30. REGISTER_EMAIL_CONFIRM = false
  31. ENABLE_NOTIFY_MAIL = false
  32. DISABLE_REGISTRATION = false
  33. ENABLE_CAPTCHA = false
  34. REQUIRE_SIGNIN_VIEW = false
  35. DEFAULT_KEEP_EMAIL_PRIVATE = false
  36. DEFAULT_ALLOW_CREATE_ORGANIZATION = true
  37. NO_REPLY_ADDRESS = noreply.example.org
  38. [picture]
  39. DISABLE_GRAVATAR = false
  40. ENABLE_FEDERATED_AVATAR = false
  41. [session]
  42. PROVIDER = file
  43. PROVIDER_CONFIG = data/sessions-pgsql
  44. [log]
  45. MODE = console,file
  46. ROOT_PATH = pgsql-log
  47. [log.console]
  48. LEVEL = Warn
  49. [log.file]
  50. LEVEL = Debug
  51. [security]
  52. INSTALL_LOCK = true
  53. SECRET_KEY = 9pCviYTWSb
  54. INTERNAL_TOKEN = test