-
Notifications
You must be signed in to change notification settings - Fork 0
/
view_instances.json
15 lines (14 loc) · 940 Bytes
/
view_instances.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"default": { "DBSReader": ["dev/global", "dev/phys03"],
"DBSWriter": ["dev/global", "dev/phys03"],
"DBSMigrate": ["dev/global", "dev/phys03"]},
"prod": { "DBSReader": ["prod/global", "prod/phys01", "prod/phys02", "prod/phys03", "prod/test"],
"DBSWriter" : ["prod/global", "prod/phys03", "prod/test"],
"DBSMigrate": ["prod/global", "prod/phys03", "prod/test"]},
"preprod": { "DBSReader": ["int/global", "int/phys01", "int/phys02", "int/phys03"],
"DBSWriter" : ["int/global", "int/phys01", "int/phys02", "int/phys03"],
"DBSMigrate": ["int/global", "int/phys01", "int/phys02", "int/phys03"]},
"dev": { "DBSReader": ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"],
"DBSWriter" : ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"],
"DBSMigrate": ["dev/global", "dev/phys01", "dev/phys02", "dev/phys03"]}
}