artshop.toml 599 Bytes
# This is the base namespace used for uuid generation.
namespace = "artshop.shome.steffers.org"

[database]
# url = "./var/lib/artshop/database"

[locations]
data = "./data"
images = "./var/lib/artshop/images"
upload = "/tmp/artshop/uploads"

[sizes]
large = { width = 1280, height = 1280 }
medium = { width = 800, height = 800 }
small = { width = 400, height = 400 }
thumbnail = {width = 100, height = 100 }

[copyright]
image_path = "./data/copyright.png"
steganography = "Copyright © 2022, Stefanies Artshop, All rights reserved"
exiv = "Copyright, Stefanies Artshop, 2022. All rights reserved"