source: trunk/packages/invirt-manual-config/master.yaml @ 1953

Last change on this file since 1953 was 1953, checked in by price, 15 years ago

default config files (work in progress)

File size: 333 bytes
Line 
1web:
2 hostname: localhost
3 ip: 127.0.0.1
4
5remote:
6 hostname: localhost
7 ip: 127.0.0.1
8
9kerberos:
10 realm: CSAIL.MIT.EDU
11
12db:
13 uri: postgres://invirt@localhost/invirt
14 host: localhost
15 ip: 127.0.0.1
16 port: 5432
17 user: invirt
18 dbname: invirt
19
20hosts:
21 - hostname: localhost
22   ip: 127.0.0.1
23
24console:
25 hostname: localhost
26 ip: 127.0.0.1
Note: See TracBrowser for help on using the repository browser.