Store to db

This commit is contained in:
2025-08-23 19:23:36 +02:00
parent 1089196226
commit e6f2397da6
45 changed files with 354354 additions and 124 deletions

16
no_man_sky.toml Normal file
View File

@@ -0,0 +1,16 @@
[main]
image_store_directory = "./images"
image_resource_store_directory = "./images/resources"
base_url = "https://nomanssky.fandom.com/de/wiki/"
[server]
port = 8080
host = "localhost"
[db]
url = "localhost"
port = 5432
database = "no_man_sky"
max_connections = 5
user = "set by env"
password = "set by env"