summaryrefslogtreecommitdiff
path: root/settings-example.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 21:05:27 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 21:05:27 +0100
commit8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 (patch)
treec7f49bd33ed19d53afc0ee9df8b2c82c200c5910 /settings-example.py
parent9963b74f777edf985540eac71b1ca095f88b8bca (diff)
Move everything one level up
Diffstat (limited to 'settings-example.py')
-rw-r--r--settings-example.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/settings-example.py b/settings-example.py
new file mode 100644
index 0000000..34e70c3
--- /dev/null
+++ b/settings-example.py
@@ -0,0 +1,11 @@
+DEBUG=True
+
+DB_URI='mongodb://kpov:SomeSuperSecretPassword@kpov.fri.uni-lj.si:27017/kpov'
+# SNAPSHOTS_ROOT='/home/andrejtolic/kpov/snapshots/'
+DISK_TEMPLATE_PATH = '/home/kpov/disks/templates'
+STUDENT_DISK_PATH='/home/kpov/disks/students'
+STUDENT_DISK_FORMAT=['vdi', 'vmdk']
+STUDENT_DISK_COW=False # dokler Andrej ne popravi...
+STUDENT_DISK_URL='https://my_html_server.com/kpov-disks/'
+STUDENT_LOCKFILE_PATH='/home/kpov/disks/lockfiles'
+GUESTFS_DEV_PREFIX = '/dev/vd'