This commit is contained in:
2025-01-01 23:30:28 +01:00
parent 1106b4d942
commit 82ce2594ac
13 changed files with 444 additions and 2 deletions

10
config.php.example Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'base_url' => 'http://localhost:8080',
'title' => 'Danb Gallery',
'author_text' => 'Dan Brown',
'author_link' => 'https://danb.me',
'license_link' => 'https://creativecommons.org/publicdomain/zero/1.0/',
'license_text' => 'CC0 - Public Domain',
];