您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

9 行
254 B

  1. //local
  2. API_URL=http://127.0.0.1:1337
  3. graphql_uri=http://127.0.0.1:1337/graphql
  4. BACKEND_SERVER_URI =http://127.0.0.1:1337
  5. //live
  6. API_URL=http://172.16.1.8:14011
  7. API_GRAPHQL_URI=http://172.16.1.8:14009/graphql
  8. BACKEND_SERVER_URI = http://172.16.1.8:14011