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.

24 lines
374 B

  1. [repository]
  2. ROOT = /data/git/repositories
  3. [repository.upload]
  4. TEMP_PATH = /data/gitea/uploads
  5. [server]
  6. APP_DATA_PATH = /data/gitea
  7. [database]
  8. HOST = mysql:3306
  9. PATH = /data/gitea/gitea.db
  10. [session]
  11. PROVIDER_CONFIG = /data/gitea/sessions
  12. [picture]
  13. AVATAR_UPLOAD_PATH = /data/gitea/avatars
  14. [attachment]
  15. PATH = /data/gitea/attachments
  16. [log]
  17. ROOT_PATH = /data/gitea/log