Files
docker_image_gallery/config.php.example
groot 72e7158aa3
All checks were successful
release-tag / release-image (push) Successful in 28s
config.php.example aktualisiert
2025-01-01 22:54:05 +00:00

12 lines
291 B
Plaintext

<?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',
];
?>