+ databases var into example bash-config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*.log
|
*.log
|
||||||
.*.cnf
|
.*.cnf
|
||||||
.idea
|
.idea
|
||||||
|
/_*
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
log_file=replication.log
|
|
3
example_config.sh
Normal file
3
example_config.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
log_file=replication.log
|
||||||
|
databases=( 'database1' 'database2' )
|
Reference in New Issue
Block a user