APP_NAME = Git УИТ RUN_MODE = prod [database] DB_TYPE = postgres HOST = localhost NAME = gitea USER = gitea PASSWD = {{ gitea_db_password }} SSL_MODE = disable CHARSET = utf8 LOG_SQL = false [server] DOMAIN = {{ gitea_conf__server__domain }} ROOT_URL = {{ gitea_conf__server__root_url }} HTTP_PORT = {{ gitea_conf__server__http_port }} LFS_START_SERVER = true LFS_JWT_SECRET = {{ gitea_conf__server__lfs_jwt_secret }} OFFLINE_MODE = true [service] DISABLE_REGISTRATION = true DEFAULT_ALLOW_CREATE_ORGANIZATION = false [openid] ENABLE_OPENID_SIGNIN = false ENABLE_OPENID_SIGNUP = false [session] PROVIDER = db [log] MODE = console LEVEL = info [security] INSTALL_LOCK = true INTERNAL_TOKEN = {{ gitea_conf__security__internal_token }} PASSWORD_HASH_ALGO = pbkdf2 SECRET_KEY = {{ gitea_conf__security__secret_key }} [i18n] LANGS = ru-RU,en-US NAMES = Русский,English [repository] ROOT = /var/lib/gitea/data/gitea-repositories [markup.pptx] ENABLED = true FILE_EXTENSIONS = .pptx RENDER_COMMAND = /usr/local/bin/convert-pptx IS_INPUT_FILE = true RENDER_CONTENT_MODE = pdf