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.

app.ini 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. APP_NAME = $APP_NAME
  2. RUN_MODE = $RUN_MODE
  3. [repository]
  4. ROOT = /data/git/repositories
  5. [repository.local]
  6. LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
  7. [repository.upload]
  8. TEMP_PATH = /data/gitea/uploads
  9. [server]
  10. APP_DATA_PATH = /data/gitea
  11. SSH_DOMAIN = $SSH_DOMAIN
  12. HTTP_PORT = $HTTP_PORT
  13. ROOT_URL = $ROOT_URL
  14. DISABLE_SSH = $DISABLE_SSH
  15. SSH_PORT = $SSH_PORT
  16. SSH_LISTEN_PORT = $SSH_LISTEN_PORT
  17. LFS_START_SERVER = $LFS_START_SERVER
  18. LFS_CONTENT_PATH = /data/git/lfs
  19. [database]
  20. PATH = /data/gitea/gitea.db
  21. DB_TYPE = $DB_TYPE
  22. HOST = $DB_HOST
  23. NAME = $DB_NAME
  24. USER = $DB_USER
  25. PASSWD = $DB_PASSWD
  26. [indexer]
  27. ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
  28. [session]
  29. PROVIDER_CONFIG = /data/gitea/sessions
  30. [picture]
  31. AVATAR_UPLOAD_PATH = /data/gitea/avatars
  32. REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars
  33. [attachment]
  34. PATH = /data/gitea/attachments
  35. [log]
  36. ROOT_PATH = /data/gitea/log
  37. [security]
  38. INSTALL_LOCK = $INSTALL_LOCK
  39. SECRET_KEY = $SECRET_KEY
  40. [service]
  41. DISABLE_REGISTRATION = $DISABLE_REGISTRATION
  42. REQUIRE_SIGNIN_VIEW = $REQUIRE_SIGNIN_VIEW