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 979B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. LFS_CONTENT_PATH = /data/git/lfs
  17. [database]
  18. PATH = /data/gitea/gitea.db
  19. DB_TYPE = $DB_TYPE
  20. HOST = $DB_HOST
  21. NAME = $DB_NAME
  22. USER = $DB_USER
  23. PASSWD = $DB_PASSWD
  24. [indexer]
  25. ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
  26. [session]
  27. PROVIDER_CONFIG = /data/gitea/sessions
  28. [picture]
  29. AVATAR_UPLOAD_PATH = /data/gitea/avatars
  30. [attachment]
  31. PATH = /data/gitea/attachments
  32. [log]
  33. ROOT_PATH = /data/gitea/log
  34. [security]
  35. INSTALL_LOCK = $INSTALL_LOCK
  36. SECRET_KEY = $SECRET_KEY
  37. [service]
  38. DISABLE_REGISTRATION = $DISABLE_REGISTRATION
  39. REQUIRE_SIGNIN_VIEW = $REQUIRE_SIGNIN_VIEW