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.

40 lines
715 B

  1. APP_NAME = $APP_NAME
  2. RUN_MODE = $RUN_MODE
  3. [repository]
  4. ROOT = /data/git/repositories
  5. [repository.upload]
  6. TEMP_PATH = /data/gitea/uploads
  7. [server]
  8. APP_DATA_PATH = /data/gitea
  9. SSH_DOMAIN = $SSH_DOMAIN
  10. HTTP_PORT = $HTTP_PORT
  11. ROOT_URL = $ROOT_URL
  12. DISABLE_SSH = $DISABLE_SSH
  13. SSH_PORT = $SSH_PORT
  14. [database]
  15. PATH = /data/gitea/gitea.db
  16. DB_TYPE = $DB_TYPE
  17. HOST = $DB_HOST
  18. NAME = $DB_NAME
  19. USER = $DB_USER
  20. PASSWD = $DB_PASSWD
  21. [session]
  22. PROVIDER_CONFIG = /data/gitea/sessions
  23. [picture]
  24. AVATAR_UPLOAD_PATH = /data/gitea/avatars
  25. [attachment]
  26. PATH = /data/gitea/attachments
  27. [log]
  28. ROOT_PATH = /data/gitea/log
  29. [security]
  30. INSTALL_LOCK = $INSTALL_LOCK
  31. SECRET_KEY = $SECRET_KEY