This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
73 lines (73 loc) · 2.21 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"user-provided": [
{
"label": "mc",
"name": "backups",
"tags": [],
"instance_guid": "UUIDALPHA1",
"instance_name": "backups",
"binding_guid": "UUIDALPHA2",
"binding_name": null,
"credentials": {
"access_key_id": "longtest",
"secret_access_key": "longtest",
"bucket": "gsa-fac-private-s3",
"endpoint": "http://127.0.0.1:9001",
"admin_username": "minioadmin",
"admin_password": "minioadmin"
}
}
],
"aws-rds": [
{
"label": "fac-db",
"provider": null,
"plan": null,
"name": "fac-db",
"tags": [
"database",
"docker"
],
"instance_guid": "UUIDINDIA1",
"instance_name": "db",
"binding_guid": "UUIDINDIA2",
"binding_name": null,
"credentials": {
"db_name": "postgres",
"host": "127.0.0.1",
"name": "postgres",
"password": "",
"port": "5432",
"uri": "postgres://[email protected]:5432/postgres?sslmode=disable",
"username": "postgres"
},
"syslog_drain_url": null,
"volume_mounts": []
},
{
"label": "fac-snapshot-db",
"provider": null,
"plan": null,
"name": "fac-snapshot-db",
"tags": [
"database",
"docker"
],
"instance_guid": "UUIDJULIET1",
"instance_name": "db",
"binding_guid": "UUIDJULIET2",
"binding_name": null,
"credentials": {
"db_name": "postgres",
"host": "127.0.0.1",
"name": "postgres",
"password": "",
"port": "6543",
"uri": "postgres://[email protected]:6543/postgres?sslmode=disable",
"username": "postgres"
},
"syslog_drain_url": null,
"volume_mounts": []
}
]
}