First release
This commit is contained in:
26
defaults/main.yml
Normal file
26
defaults/main.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
|
||||
# See https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
|
||||
# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
|
||||
gitea_config:
|
||||
DEFAULT:
|
||||
APP_NAME: ; Gitea: Git with a cup of tea
|
||||
RUN_USER: ; git
|
||||
server:
|
||||
database:
|
||||
DB_TYPE: mysql
|
||||
HOST: 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock
|
||||
NAME: gitea
|
||||
USER: root
|
||||
security:
|
||||
INSTALL_LOCK: false
|
||||
SECRET_KEY:
|
||||
INTERNAL_TOKEN:
|
||||
camo:
|
||||
oauth2:
|
||||
ENABLE: true
|
||||
log:
|
||||
MODE: console
|
||||
LEVEL: Info
|
||||
git:
|
||||
service:
|
Reference in New Issue
Block a user