aboutsummaryrefslogtreecommitdiff
path: root/trireme/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'trireme/config.py')
-rw-r--r--trireme/config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/trireme/config.py b/trireme/config.py
new file mode 100644
index 0000000..e198dbe
--- /dev/null
+++ b/trireme/config.py
@@ -0,0 +1,9 @@
+contact_points = ['127.0.0.1']
+keyspace = 'soil_moisture'
+
+username = None
+password = None
+
+migration_master = True
+
+solr_url = 'http://127.0.0.1:8983/solr'