animeic 2 tahun lalu
induk
melakukan
4a2948aa9c
1 mengubah file dengan 0 tambahan dan 23 penghapusan
  1. 0 23
      config/3dshow-mongo[all].yaml

+ 0 - 23
config/3dshow-mongo[all].yaml

@@ -1,23 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "15 16 */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: ""
-  # 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@3dshow-mongo:27017/3dshow?authSource=admin