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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 = false
  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. [log]
  44. MODE = console,file
  45. ROOT_PATH = pgsql-log
  46. [log.console]
  47. LEVEL = Warn
  48. [log.file]
  49. LEVEL = Debug
  50. [security]
  51. INSTALL_LOCK = true
  52. SECRET_KEY = 9pCviYTWSb
  53. INTERNAL_TOKEN = test