+ databases var into example bash-config

This commit is contained in:
2020-10-07 10:41:35 +03:00
parent f8bad7f805
commit aaf424a102
3 changed files with 4 additions and 2 deletions

3
example_config.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
log_file=replication.log
databases=( 'database1' 'database2' )