2
0

config.js.j2 505 B

1234567891011121314
  1. var RPC_SERVER = "{{ app_rpc_server }}";
  2. /*
  3. |---------------
  4. |网站资源文件,非用户的图片,音频,视频
  5. |---------------
  6. |对应/public/tmp/ 目录 开发线可以设置为 http://127.0.0.1:8000/tmp
  7. |所有文件存储在 https://drive.google.com/drive/folders/1-4dn4juD-0-lsKndDui2W9nT9wcS_Y33?usp=sharing
  8. |开发线可自行下载放到/public/tmp/
  9. |或直接引用离您最近的assets server
  10. |------------------------
  11. */
  12. var ASSETS_SERVER = "{{ app_assets_server }}"