DanielleNguyen commited on
Commit
09cd62f
·
verified ·
1 Parent(s): f9ff95b

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +3 -3
config.yaml CHANGED
@@ -3,15 +3,15 @@ port: 7860
3
 
4
  remote-management:
5
  allow-remote: true
6
- secret-key: "2025@eeddcc11"
7
  disable-control-panel: false
8
  panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
9
 
10
  auth-dir: "/app/auths"
11
 
12
  api-keys:
13
- - "sk-cliproxy-8f4a2b9c7d1e6f3a5b8c9d0e1f2a3b4c"
14
- - "sk-cliproxy-key2-change-me"
15
 
16
  debug: false
17
  request-retry: 3
 
3
 
4
  remote-management:
5
  allow-remote: true
6
+ secret-key: "${SECRET_KEY}"
7
  disable-control-panel: false
8
  panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
9
 
10
  auth-dir: "/app/auths"
11
 
12
  api-keys:
13
+ - "${API_KEY_1}"
14
+ - "${API_KEY_2}"
15
 
16
  debug: false
17
  request-retry: 3