Update app.ini configuration file
This commit is contained in:
parent
1c10c248ab
commit
91b0b9d3c6
96
public/app.ini
Normal file
96
public/app.ini
Normal file
@ -0,0 +1,96 @@
|
||||
APP_NAME=example
|
||||
RUN_USER=gitea
|
||||
RUN_MODE=prod
|
||||
WORK_PATH=/opt/bitnami/gitea
|
||||
|
||||
[repository]
|
||||
ROOT=/opt/bitnami/gitea/data/git/repositories
|
||||
|
||||
[repository.local]
|
||||
LOCAL_COPY_PATH=/opt/bitnami/gitea/tmp/local-repo
|
||||
|
||||
[repository.upload]
|
||||
TEMP_PATH=/opt/bitnami/gitea/tmp/uploads
|
||||
|
||||
[database]
|
||||
DB_TYPE=postgres
|
||||
HOST=gitea-postgresql:5432
|
||||
NAME=bitnami_gitea
|
||||
USER=bn_gitea
|
||||
PASSWD=U39vSmVbXs
|
||||
SSL_MODE=disable
|
||||
SCHEMA=
|
||||
PATH=
|
||||
LOG_SQL=false
|
||||
|
||||
[server]
|
||||
DOMAIN=localhost
|
||||
HTTP_PORT=3000
|
||||
PROTOCOL=http
|
||||
ROOT_URL=http://localhost:3000
|
||||
APP_DATA_PATH=/opt/bitnami/gitea/data
|
||||
DISABLE_SSH=false
|
||||
START_SSH_SERVER=true
|
||||
SSH_PORT=22
|
||||
SSH_LISTEN_PORT=2222
|
||||
SSH_DOMAIN=localhost
|
||||
BUILTIN_SSH_SERVER_USER=gitea
|
||||
LFS_START_SERVER=false
|
||||
OFFLINE_MODE=false
|
||||
|
||||
[mailer]
|
||||
ENABLED=false
|
||||
|
||||
[session]
|
||||
PROVIDER_CONFIG=/opt/bitnami/gitea/data/sessions
|
||||
PROVIDER=file
|
||||
|
||||
[picture]
|
||||
AVATAR_UPLOAD_PATH=/opt/bitnami/gitea/data/avatars
|
||||
REPOSITORY_AVATAR_UPLOAD_PATH=/opt/bitnami/gitea/data/repo-avatars
|
||||
|
||||
[attachment]
|
||||
PATH=/opt/bitnami/gitea/data/attachments
|
||||
|
||||
[log]
|
||||
ROOT_PATH=/opt/bitnami/gitea/tmp/log
|
||||
MODE=console
|
||||
LEVEL=info
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO=pbkdf2
|
||||
REVERSE_PROXY_LIMIT=1
|
||||
REVERSE_PROXY_TRUSTED_PROXIES=*
|
||||
INSTALL_LOCK=true
|
||||
INTERNAL_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3MDc3MTAyODF9.gAVc1ZLcnFEf3TcoB4p9Q6GS8vJG_DIqZOazMd6XZi8
|
||||
|
||||
[service]
|
||||
REGISTER_EMAIL_CONFIRM=false
|
||||
ENABLE_NOTIFY_MAIL=false
|
||||
DISABLE_REGISTRATION=false
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION=false
|
||||
ENABLE_CAPTCHA=false
|
||||
REQUIRE_SIGNIN_VIEW=false
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE=false
|
||||
DEFAULT_ALLOW_CREATE_ORGANIZATION=false
|
||||
DEFAULT_ENABLE_TIMETRACKING=false
|
||||
NO_REPLY_ADDRESS=
|
||||
|
||||
[openid]
|
||||
ENABLE_OPENID_SIGNIN=false
|
||||
ENABLE_OPENID_SIGNUP=false
|
||||
|
||||
[cron.update_checker]
|
||||
ENABLED=false
|
||||
|
||||
[repository.pull-request]
|
||||
DEFAULT_MERGE_STYLE=merge
|
||||
|
||||
[repository.signing]
|
||||
DEFAULT_TRUST_MODEL=committer
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET=kcpMlf3SqetVDc_HfS5gMhTbEjE6hC2madu0wF-Pq9g
|
||||
|
||||
[webhook]
|
||||
ALLOWED_HOST_LIST=*
|
Loading…
x
Reference in New Issue
Block a user