This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new f0f32b6 Update steve.cfg, default to sqlite, comment out ES instead
f0f32b6 is described below
commit f0f32b6827436eb4218dfa80b1784ee99e831876
Author: Daniel Gruno <[email protected]>
AuthorDate: Fri Feb 14 17:10:54 2025 +0100
Update steve.cfg, default to sqlite, comment out ES instead
---
pysteve/steve.cfg | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/pysteve/steve.cfg b/pysteve/steve.cfg
index ef24dbc..0435235 100644
--- a/pysteve/steve.cfg
+++ b/pysteve/steve.cfg
@@ -8,14 +8,16 @@ lurk: yes
[database]
# Change dbsys to "file" to use file-based db
# Change dbsys to "elasticsearch" to use ES instead of file-based db
-dbsys: elasticsearch
+dbsys: sqlite
+[sqlite]
+database: /opt/steve/voting.db
-[elasticsearch]
-host: localhost
-uri:
-secure: false
-port: 9200
+#[elasticsearch]
+#host: localhost
+#uri:
+#secure: false
+#port: 9200
[karma]