darknight11 commited on
Commit
3b969c9
·
verified ·
1 Parent(s): b5f1138

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -6
Dockerfile CHANGED
@@ -19,11 +19,11 @@ ENV NODE_ENV=production
19
  # 是否远程获取下面的参数 是个链接,返回一个json;执行完后关闭这个链接即可保密
20
  # 返回内容:
21
  # {
22
- # "reverse_proxy": "https://darknight11-hagemi.hf.space/v1",
23
- # "proxy_password": "asfdafhgfdaujikgsdghilu1242314",
24
  # "api_key_makersuite": "",
25
- # "github_secret": "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",
26
- # "github_project": "Silentforfar/history"
27
  # }
28
  ENV fetch ""
29
  # 代理转发地址
@@ -33,9 +33,9 @@ ENV proxy_password ""
33
  # gemini token
34
  ENV api_key_makersuite ""
35
  # github 项目访问凭证token
36
- ENV github_secret "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"
37
  # github 项目名称
38
- ENV github_project "Silentforfar/history"
39
 
40
  # Install app dependencies
41
  # COPY package*.json post-install.js ./
 
19
  # 是否远程获取下面的参数 是个链接,返回一个json;执行完后关闭这个链接即可保密
20
  # 返回内容:
21
  # {
22
+ # "reverse_proxy": "",
23
+ # "proxy_password": "",
24
  # "api_key_makersuite": "",
25
+ # "github_secret": "",
26
+ # "github_project": ""
27
  # }
28
  ENV fetch ""
29
  # 代理转发地址
 
33
  # gemini token
34
  ENV api_key_makersuite ""
35
  # github 项目访问凭证token
36
+ ENV github_secret ""
37
  # github 项目名称
38
+ ENV github_project ""
39
 
40
  # Install app dependencies
41
  # COPY package*.json post-install.js ./