Store to db
This commit is contained in:
16
no_man_sky.toml
Normal file
16
no_man_sky.toml
Normal 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"
|
||||
Reference in New Issue
Block a user