summaryrefslogtreecommitdiff
path: root/config.production.php
blob: 85850d9d7f107f0af1b39dcb8acd5a8894eb2209 (plain)
1
2
3
4
5
6
<?php

return [
    'baseUrl'    => 'https://davidtsadler.com',
    'production' => true,
];