diff --git a/app-config.production.yaml b/app-config.production.yaml index ca19aff..15965d8 100644 --- a/app-config.production.yaml +++ b/app-config.production.yaml @@ -27,7 +27,8 @@ integrations: gitea: - host: git.rber.bj baseUrl: http://git.rber.bj - token: ${GITEA_TOKEN} + username: ${GITEA_USERNAME} + password: ${GITEA_PASSWORD} auth: providers: diff --git a/app-config.yaml b/app-config.yaml index ef129c3..2ee8dd1 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -45,7 +45,8 @@ integrations: gitea: - host: git.rber.bj baseUrl: http://git.rber.bj - token: ${GITEA_TOKEN} + username: ${GITEA_USERNAME} + password: ${GITEA_PASSWORD} proxy: ### Example for how to add a proxy endpoint for the frontend.