Files
Bram Prieshof 10db7beb42 CT heimdall: Fixed package list & CT gitea: Fixed configuration
CT gitea: Configuration removed custom dark theme and its belonging configuration
CT heimdall: Added php83-dom to package list
2024-07-21 18:59:42 +02:00

82 lines
1.8 KiB
INI

APP_NAME = InstName
RUN_USER = git
RUN_MODE = prod
[security]
INTERNAL_TOKEN = IntToken
INSTALL_LOCK = true
SECRET_KEY = SecKey
[database]
DB_TYPE = mysql
HOST = DBServer
NAME = DBName
USER = DBUser
PASSWD = DBPass
SSL_MODE = disable
PATH = data/gitea.db
[repository]
ROOT = /gitea-data/gitea-repositories
[server]
SSH_DOMAIN = DOMAINname
DOMAIN = localhost
HTTP_PORT = 3000
ROOT_URL = DomainProto
DISABLE_SSH = FALSE
SSH_PORT = 22
LFS_START_SERVER = true
APP_DATA_PATH = /gitea-data
LFS_JWT_SECRET = LFSSecret
OFFLINE_MODE = false
[mailer]
ENABLED = false
[service]
REGISTER_EMAIL_CONFIRM = false
ENABLE_NOTIFY_MAIL = false
DISABLE_REGISTRATION = true
ALLOW_ONLY_EXTERNAL_REGISTRATION = false
ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false
DEFAULT_KEEP_EMAIL_PRIVATE = false
DEFAULT_ALLOW_CREATE_ORGANIZATION = true
DEFAULT_ENABLE_TIMETRACKING = true
NO_REPLY_ADDRESS = noreply.localhost
[picture]
DISABLE_GRAVATAR = false
ENABLE_FEDERATED_AVATAR = true
[openid]
ENABLE_OPENID_SIGNIN = false
ENABLE_OPENID_SIGNUP = false
[session]
PROVIDER = file
[log]
MODE = console
LEVEL = Info
[i18n]
LANGS = en-US
NAMES = English
[repository.upload]
; Whether repository file uploads are enabled. Defaults to `true`
ENABLED = true
; Path for uploads. Defaults to `data/tmp/uploads` (tmp gets deleted on gitea restart)
TEMP_PATH = data/tmp/uploads
; One or more allowed types, e.g. image/jpeg|image/png. Nothing means any file type
; ALLOWED_TYPES =
; Max size of each file in megabytes. Defaults to 3MB
FILE_MAX_SIZE = 40
; Max number of files per upload. Defaults to 5
MAX_FILES = 5
[oauth2]
JWT_SECRET = JWTSectet