Enable actions, remove default value
This commit is contained in:
parent
f0eaaacf8b
commit
3839d314f1
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,8 @@ persistence:
|
|||
|
||||
gitea:
|
||||
config:
|
||||
actions:
|
||||
enabled: true
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
session:
|
||||
|
@ -25,5 +27,3 @@ gitea:
|
|||
forgejo:
|
||||
runner:
|
||||
enabled: true
|
||||
image:
|
||||
tag: latest
|
||||
|
|
Loading…
Reference in a new issue