.env 771 B

12345678910111213141516171819202122
  1. VUE_APP_PROJECT = "https://github.com/CareyWang/sub-web"
  2. VUE_APP_BOT_LINK = "https://t.me/subconverter_discuss"
  3. VUE_APP_BACKEND_RELEASE = "https://github.com/tindy2013/subconverter/actions"
  4. VUE_APP_SUBCONVERTER_REMOTE_CONFIG = "https://raw.githubusercontent.com/tindy2013/subconverter/master/base/config/example_external_config.ini"
  5. VUE_APP_SUBCONVERTER_DOC_ADVANCED = "https://github.com/tindy2013/subconverter/blob/master/README-cn.md#%E8%BF%9B%E9%98%B6%E9%93%BE%E6%8E%A5"
  6. # API 后端
  7. VUE_APP_SUBCONVERTER_DEFAULT_BACKEND = "https://api.wcc.best"
  8. # 短链接后端
  9. VUE_APP_MYURLS_API = "https://suosuo.de/short"
  10. # 文本托管后端
  11. VUE_APP_CONFIG_UPLOAD_API = "https://oss.wcc.best/upload"
  12. # 页面配置
  13. VUE_APP_USE_STORAGE = true
  14. VUE_APP_CACHE_TTL = 86400