default config files (work in progress)
[invirt/packages/invirt-manual-config.git] / master.yaml
diff --git a/master.yaml b/master.yaml
new file mode 100644 (file)
index 0000000..2c92889
--- /dev/null
@@ -0,0 +1,26 @@
+web:
+ hostname: localhost
+ ip: 127.0.0.1
+
+remote:
+ hostname: localhost
+ ip: 127.0.0.1
+
+kerberos:
+ realm: CSAIL.MIT.EDU
+
+db:
+ uri: postgres://invirt@localhost/invirt
+ host: localhost
+ ip: 127.0.0.1
+ port: 5432
+ user: invirt
+ dbname: invirt
+
+hosts:
+ - hostname: localhost
+   ip: 127.0.0.1
+
+console:
+ hostname: localhost
+ ip: 127.0.0.1