+ 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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.log
.*.cnf
.idea
/_*

View File

@ -1,2 +0,0 @@
#!/bin/bash
log_file=replication.log

3
example_config.sh Normal file
View File

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