forked from marianogappa/sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves marianogappa#19 : include/exclude groups or databases to run
- Loading branch information
1 parent
9e1d932
commit e20c76e
Showing
7 changed files
with
274 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"MaxAppServerConnections": 8, | ||
"Databases": { | ||
"local": { | ||
"dbName": "test_database" | ||
}, | ||
"staging": { | ||
"appServer": "staging.server.com", | ||
"dbName": "staging_database", | ||
"dbServer": "staging.db.server.com", | ||
"user": "root", | ||
"pass": "" | ||
}, | ||
"prod": { | ||
"appServer": "prod.server.com", | ||
"dbName": "prod_database", | ||
"dbServer": "prod.db.server.com", | ||
"user": "user", | ||
"pass": "pass", | ||
"sqlType": "mysql" | ||
}, | ||
"postgresdb": { | ||
"appServer": "pg.server.com", | ||
"dbName": "pg_database", | ||
"dbServer": "pg.db.server.com", | ||
"user": "postgres", | ||
"pass": "postgres", | ||
"sqlType": "postgres" | ||
} | ||
}, | ||
"DatabaseGroups": { | ||
"group1": [ "staging","local" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.