Delete the old config files
This commit is contained in:
parent
616db3d633
commit
3c3e2fc0bf
|
@ -1,11 +0,0 @@
|
|||
seed_dir = "../quickpeep_seeds"
|
||||
icon_store = "./index_icons"
|
||||
|
||||
# Tantivy Backend
|
||||
# [backend.tantivy]
|
||||
# index_dir = "./index"
|
||||
|
||||
# Meilisearch Backend
|
||||
# [backend.meili]
|
||||
# url = "http://..."
|
||||
# token = ""
|
|
@ -1,13 +0,0 @@
|
|||
data_dir = "./data"
|
||||
seed_dir = "../quickpeep_seeds"
|
||||
workbench_dir = "./workbench"
|
||||
emit_dir = "./rakepacks"
|
||||
|
||||
[metrics]
|
||||
prometheus = "127.0.0.1:9774"
|
||||
# bare_metrics = true
|
||||
|
||||
[pack_emitter]
|
||||
# size_cutoff = "4 GiB"
|
||||
# zstd_level = 16
|
||||
# min_free_space = "1 GiB"
|
|
@ -1,62 +0,0 @@
|
|||
(
|
||||
seed_collection: (
|
||||
column1: [
|
||||
(
|
||||
name: "Kind",
|
||||
tags: [
|
||||
(name: "Blog", id: "blog"),
|
||||
(name: "Manual", id: "man"),
|
||||
(name: "Cheatsheets", id: "cheatsheets"),
|
||||
]
|
||||
),
|
||||
(
|
||||
name: "Personage",
|
||||
tags: [
|
||||
(name: "Personal", id: "personal"),
|
||||
(name: "Small team (personal but multiple people)", id: "multipersonal"),
|
||||
(name: "Community", id: "community"),
|
||||
(name: "Non-profit organisation", id: "nonprofit"),
|
||||
(name: "Company", id: "company"),
|
||||
]
|
||||
),
|
||||
],
|
||||
column2: [
|
||||
(
|
||||
name: "Content",
|
||||
tags: [
|
||||
(name: "Technical (broad category)", id: "technical"),
|
||||
(name: "Software", id: "software"),
|
||||
(name: "Electronics", id: "electronics"),
|
||||
(name: "Mechanical", id: "mechanical"),
|
||||
(name: "Physics", id: "physics"),
|
||||
(name: "Chemistry", id: "chemistry"),
|
||||
(name: "Biology", id: "biology"),
|
||||
(name: "Mathematics", id: "maths"),
|
||||
(name: "Non-technical (broad category)", id: "nontechnical"),
|
||||
(name: "Plants", id: "plants"),
|
||||
(name: "Animals", id: "animals"),
|
||||
(name: "Culinary", id: "culinary"),
|
||||
(name: "Visual Art", id: "gfxart"),
|
||||
(name: "Music", id: "music"),
|
||||
(name: "Other Art", id: "miscart"),
|
||||
(name: "Travel", id: "travel"),
|
||||
]
|
||||
)
|
||||
],
|
||||
column3: [
|
||||
(
|
||||
name: "Anti-tags",
|
||||
tags: [
|
||||
(name: "Outdated ('old')", id: "old"),
|
||||
(name: "Unsafe", id: "nsfw"),
|
||||
]
|
||||
)
|
||||
],
|
||||
contact: [
|
||||
("Matrix", "..."),
|
||||
("e-mail", "..."),
|
||||
]
|
||||
),
|
||||
|
||||
sqlite_db_path: "data/dev_qp_web.sqlite3"
|
||||
)
|
Loading…
Reference in New Issue