1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2024-09-21 18:19:35 +00:00
meme-search-engine/meme-rater/rater_mse_config.json
osmarks bd426a30ba Port meme acquisition pipeline to new API, database
Also fix a really stupid oversight in crawling code.
2024-05-22 15:43:56 +01:00

7 lines
149 B
JSON

{
"clip_server": "http://100.64.0.10:1708",
"db_path": "data.sqlite3",
"port": 1707,
"files": "./images",
"no_run_server": true
}