arcula 1.0.5

Arcula - MongoDB database synchronization tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MongoDB Connection URIs
MONGO_LOCAL_URI=mongodb://localhost:27017
MONGO_DEV_URI=mongodb://user:password@dev.example.com:27017
MONGO_STG_URI=mongodb://user:password@stg.example.com:27017
MONGO_PROD_URI=mongodb://user:password@prod.example.com:27017

# Path to MongoDB binaries
MONGODB_BIN_PATH=/usr/local/bin

# Backup directory
BACKUP_DIR=./backups

# Logging level: trace, debug, info, warn, error
RUST_LOG=info