Herton 7 年之前
父節點
當前提交
84b3ea400b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      index.js

+ 3 - 1
index.js

@@ -22,7 +22,9 @@ var api = new ParseServer({
     classNames: ["Posts", "Comments"] // List of classes to support for query subscriptions
   }
 });
-console.log(api);
+console.log(process.env.APPLICATION_ID_QRS);
+console.log(process.env.MASTER_KEY_QRX);
+console.log(process.env.SERVER_URL);
 // Client-keys like the javascript key or the .NET key are not necessary with parse-server
 // If you wish you require them, you can set them as options in the initialization above:
 // javascriptKey, restAPIKey, dotNetKey, clientKey