mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
整理配置文件
This commit is contained in:
@@ -23,9 +23,9 @@ default: &default
|
||||
redirect_uri: 'https://test.a.com/api/auth/educoder/callback'
|
||||
|
||||
gitea:
|
||||
access_key_id: ''
|
||||
access_key_secret: ''
|
||||
domain: 'https://testgit.trustie.net'
|
||||
access_key_id: <%=ENV.fetch("GITEA_DOMAIN", 'test') %>
|
||||
access_key_secret: <%=ENV.fetch("GITEA_DOMAIN", 'test123123') %>
|
||||
domain: <%=ENV.fetch("GITEA_DOMAIN", 'https://gitea.test.com') %>
|
||||
base_url: '/api/v1'
|
||||
admin_token: '123123'
|
||||
hat_base_url: '/api/hat'
|
||||
|
||||
Reference in New Issue
Block a user