chore(forgejo): removed unused configmap file, will switch to env vars
This commit is contained in:
parent
9122a50acd
commit
f93207884e
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: forgejo-config
|
||||
namespace: forgejo
|
||||
data:
|
||||
app.ini: |
|
||||
[service]
|
||||
DISABLE_REGISTRATION = false
|
||||
REGISTER_MANUAL_CONFIRM = true
|
||||
REQUIRE_SIGNIN_VIEW = false
|
||||
|
||||
[server]
|
||||
DISABLE_SSH = false
|
||||
START_SSH_SERVER = true
|
||||
SSH_PORT = 22
|
||||
SSH_LISTEN_PORT = 22
|
||||
DOMAIN = forgejo.libretalk.eu
|
||||
ROOT_URL = https://forgejo.libretalk.eu/
|
||||
|
||||
[repository]
|
||||
ENABLE_PUSH_CREATE_USER = false
|
||||
Loading…
Add table
Reference in a new issue