-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.config.yaml
More file actions
47 lines (37 loc) · 1.02 KB
/
example.config.yaml
File metadata and controls
47 lines (37 loc) · 1.02 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Configuration file for the OnionSpy application.
# This YAML file defines settings for various services including Tor, Privoxy, and Ollama.
# It specifies host addresses, ports, passwords, and API keys used by the application.
app:
password: null
proxy_url: socks5h://127.0.0.1:9050
# log file
log_file: .\logs\onionspy.log
# mongodb cluster url
mongodb_cluster: mongodb://127.0.0.1:27017
# mongodb database name
mongodb_database: onionspy
# max entries to send Model to filter content (used in search engine command)
max_entries: 50
# privoxy config
privoxy:
host: 127.0.0.1
port: 8118
# tor config
tor:
# tor executable path
tor_executable: path\to\tor.exe
# tor data dir
tor_data_dir: path\to\tor_data_dir
# tor config file
torcc: path\to\torcc
socks:
host: 127.0.0.1
port: 9050
control:
host: 127.0.0.1
port: 9051
# ollama config
ollama:
localmodel: qwen3:0.6b
cloudmodel: gpt-oss:120b-cloud
api_key: ollama_cloud_api_key