You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pgsql.ini.tmpl 1.5 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. LOCAL_WIKI_PATH = tmp/local-wiki-pgsql
  20. [server]
  21. SSH_DOMAIN = localhost
  22. HTTP_PORT = 3002
  23. ROOT_URL = http://localhost:3002/
  24. DISABLE_SSH = false
  25. SSH_PORT = 22
  26. LFS_START_SERVER = true
  27. LFS_CONTENT_PATH = data/lfs-pgsql
  28. OFFLINE_MODE = false
  29. [mailer]
  30. ENABLED = false
  31. [service]
  32. REGISTER_EMAIL_CONFIRM = false
  33. ENABLE_NOTIFY_MAIL = false
  34. DISABLE_REGISTRATION = false
  35. ENABLE_CAPTCHA = false
  36. REQUIRE_SIGNIN_VIEW = false
  37. DEFAULT_KEEP_EMAIL_PRIVATE = false
  38. DEFAULT_ALLOW_CREATE_ORGANIZATION = true
  39. NO_REPLY_ADDRESS = noreply.example.org
  40. [picture]
  41. DISABLE_GRAVATAR = false
  42. ENABLE_FEDERATED_AVATAR = false
  43. [session]
  44. PROVIDER = file
  45. PROVIDER_CONFIG = data/sessions-pgsql
  46. [log]
  47. MODE = console,file
  48. ROOT_PATH = pgsql-log
  49. [log.console]
  50. LEVEL = Warn
  51. [log.file]
  52. LEVEL = Debug
  53. [security]
  54. INSTALL_LOCK = true
  55. SECRET_KEY = 9pCviYTWSb
  56. INTERNAL_TOKEN = test