Skip to content

Commit 3aeecc0

Browse files
committed
config cleanup
1 parent 6bb0021 commit 3aeecc0

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

server/preprocessing/conf/config.ini

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ services_path = "server/services/"
1616
api_url = "http://127.0.0.1/api/"
1717
# flavor of API, default: stable
1818
api_flavor = "stable"
19-
# The persistence backend to use - either api or legacy
20-
persistence_backend = "legacy"
21-
# The processing backend to use - either api or legacy
22-
processing_backend = "legacy"
23-
# The value that is used to determine which db to use: SQLite - 0 or PostgreSQL - 1
24-
shift_read_percentage = 0
2519

2620
[snapshot]
2721
# Set to 1 to enable snapshot feature, 0 to disable
@@ -39,25 +33,7 @@ snapshot_php = "server/services/snapshot/headstart_snapshot.php"
3933
# snapshot_local_protocol fallback for non-server environments
4034
snapshot_local_protocol = "http://"
4135

42-
[output]
43-
# Relative paths for offline calculation
44-
output_dir = "other-scripts/"
45-
cooc = "cooc.csv";
46-
metadata = "metadata.csv"
47-
output_scaling_clustering = "output_scaling_clustering.csv"
48-
output_naming = "output_naming.csv"
49-
unique_id = "vis_id2"
50-
title = "Visualization"
5136

5237
[connection]
53-
# Full path to the sqlite datatabase file. Make sure that your webserver has write access to this file. For development purposes, duplicate headstart.sqlite in server/storage/ and rename it to a filename of your choice. Enter the path to this file here.
54-
sqlite_db = "/path/to/db.sqlite"
5538
# PostgreSQL database
5639
database = "databasename"
57-
58-
[calculation]
59-
# Path to the RScript binary
60-
binary = "/usr/bin/Rscript"
61-
# Relative path from preprocessing_dir to the R script
62-
script = "other-scripts/text_similarity.R"
63-
mode = "bookmarks"

0 commit comments

Comments
 (0)