我能够运行这样的解析服务器:
parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
但是我想知道使用parse-server命令行时是否可以为静态页面设置公共路径?
答案 0 :(得分:0)
使用:
parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test --publicServerURL https://myaddress.com
有关可用选项的完整列表,请运行parse-server --help
或查看以下内容:http://parseplatform.org/parse-server/api/master/ParseServerOptions.html