فهرست منبع

add config.json and logs

ice-static 3 ماه پیش
والد
کامیت
2f76ede135
6فایلهای تغییر یافته به همراه51 افزوده شده و 6 حذف شده
  1. 0 6
      .gitignore
  2. 21 0
      config.json
  3. 0 0
      logs/parse-server.err.2026-06-17
  4. 0 0
      logs/parse-server.err.2026-06-18
  5. 24 0
      logs/parse-server.info.2026-06-17
  6. 6 0
      logs/parse-server.info.2026-06-18

+ 0 - 6
.gitignore

@@ -1,12 +1,6 @@
 # Dependencies
 node_modules/
 
-# Logs
-logs/
-
-# Sensitive config (contains passwords and keys)
-config.json
-
 # OS files
 .DS_Store
 Thumbs.db

+ 21 - 0
config.json

@@ -0,0 +1,21 @@
+{
+  "parse": {
+    "appId": "lami-zhiwen",
+    "masterKey": "5s1gfOasPqx9JKsA",
+    "databaseURI": "postgres://lami_zhiwen:Zhiwen2026@pgm-uf600l6p8166oht5.pg.rds.aliyuncs.com/lami_rz",
+    "serverURL": "http://localhost:3003/parse",
+    "masterKeyIps": ["0.0.0.0/0", "::/0"],
+    "allowHeaders": ["*"],
+    "allowOrigin": "*",
+    "port": 3003,
+    "allowClientClassCreation": true,
+    "enableAnonymousUsers": true,
+    "allowExpiredAuthDataToken": false,
+    "revokeSessionOnPasswordReset": false,
+    "cloud": "./cloud/main.js"
+  },
+  "apiLogLevel": "ALL",
+  "environment": "development",
+  "debug": true,
+  "logLevel": "debug"
+}

+ 0 - 0
logs/parse-server.err.2026-06-17


+ 0 - 0
logs/parse-server.err.2026-06-18


+ 24 - 0
logs/parse-server.info.2026-06-17

@@ -0,0 +1,24 @@
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.","timestamp":"2026-06-17T07:29:49.426Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:29:49.440Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:29:49.441Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'enableInsecureAuthAdapters' default will change to 'false' in a future version.","timestamp":"2026-06-17T07:29:49.427Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:29:49.430Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:29:49.714Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.","timestamp":"2026-06-17T07:32:07.311Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:32:07.325Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:32:07.325Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'enableInsecureAuthAdapters' default will change to 'false' in a future version.","timestamp":"2026-06-17T07:32:07.312Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:32:07.315Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T07:32:07.566Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.","timestamp":"2026-06-17T09:01:33.199Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:01:33.213Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:01:33.213Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'enableInsecureAuthAdapters' default will change to 'false' in a future version.","timestamp":"2026-06-17T09:01:33.200Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:01:33.203Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:01:33.447Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.","timestamp":"2026-06-17T09:25:58.750Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:25:58.764Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:25:58.765Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'enableInsecureAuthAdapters' default will change to 'false' in a future version.","timestamp":"2026-06-17T09:25:58.751Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:25:58.754Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-17T09:25:58.916Z"}

+ 6 - 0
logs/parse-server.info.2026-06-18

@@ -0,0 +1,6 @@
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version.","timestamp":"2026-06-18T06:42:35.736Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-18T06:42:35.750Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-18T06:42:35.750Z"}
+{"level":"warn","message":"DeprecationWarning: The Parse Server option 'enableInsecureAuthAdapters' default will change to 'false' in a future version.","timestamp":"2026-06-18T06:42:35.737Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-18T06:42:35.740Z"}
+{"level":"warn","message":"DeprecationWarning: insecure adapter is deprecated and will be removed in a future version.","timestamp":"2026-06-18T06:42:35.937Z"}