-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.ini
More file actions
26 lines (24 loc) · 826 Bytes
/
config.example.ini
File metadata and controls
26 lines (24 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[logging]
# level, must be one of:
# NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
level = DEBUG
# output, must be one of:
# console, daily_rotating_file
# when "daily_rotating_file" is specified a "logs" directory will be created
# in the same path from where the program was executed, then all logs will be stored there
output = console
[postgres]
# host, IP or hostname where the database is
host = sento-db
# port where the database is listening
port = 5432
# user, the user with access to the sento schema and database
user = sento
# db_name, the database's name
db_name = sento
# password, the password for the sento user
password = sento
[nlp]
# model_path, path to the spaCy's model to use for sentiment analysis
# Relative paths will start from the configuration file's location
model_path = ./models/tass-model-es