-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpgapp.config.sample
More file actions
37 lines (36 loc) · 886 Bytes
/
pgapp.config.sample
File metadata and controls
37 lines (36 loc) · 886 Bytes
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
[{pgapp, [
{pools, [
{pool1, [
{size, 10},
{max_overflow, 20}
],
[
{host, "localhost"},
{database, "db1"},
{username, "user"},
{password, "pass"}
]},
{pool2, [
{size, 5},
{max_overflow, 10}
],
[
{host, "localhost"},
{database, "db2"},
{username, "user"},
{password, "pass"}
]},
{pool3, [
{size, 10},
{max_overflow, 20}
],
[
{host, "localhost"},
{database, "db3"},
{username, "user"},
{password, "pass"}
],
"priv/prepared.sql"},
]}
]
}].