Browse Source

clear xihua & add spu3d

animeic 1 year ago
parent
commit
ddb40ea81f
2 changed files with 2 additions and 25 deletions
  1. 2 2
      config/spu3d-mongo[all].yaml
  2. 0 23
      config/template

+ 2 - 2
config/adxihua-mongo[all].yaml → config/spu3d-mongo[all].yaml

@@ -7,14 +7,14 @@ scheduler:
   timeout: 60
 target:
   # mongod IP or host name
-  host: "adxihua-mongo"
+  host: "spu3d-mongo"
   # mongodb port
   port: 27017
   # mongodb database name, leave blank to backup all databases
   database: ""
   # leave blank if auth is not enabled
   username: "root"
-  password: "adxihua_xxx"
+  password: "spu3d"
   # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
   params: "--authenticationDatabase admin"
   # params: "--ssl --authenticationDatabase admin"

+ 0 - 23
config/template

@@ -1,23 +0,0 @@
-# scheduler:
-#   # run every day at 6:00 and 18:00 UTC
-#   cron: "51 7,18 */1 * *"
-#   # number of backups to keep locally
-#   retention: 14
-#   # backup operation timeout in minutes
-#   timeout: 60
-# target:
-#   # mongod IP or host name
-#   host: "3dshow-mongo"
-#   # mongodb port
-#   port: 27017
-#   # mongodb database name, leave blank to backup all databases
-#   database: "3dshow"
-#   # leave blank if auth is not enabled
-#   username: "root"
-#   password: "3dshow"
-#   # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-#   params: "--authenticationDatabase admin"
-#   # params: "--ssl --authenticationDatabase admin"
-
-#   # mongodb://root:3dshow@124.71.139.24:37031/3dshow?authSource=admin
-#   # mongodb://root:root@127.0.0.1:17017/wj-project?authSource=admin