Files
grocy/config-dist.php

18 lines
529 B
PHP
Raw Normal View History

2017-04-15 23:16:20 +02:00
<?php
# Login credentials
2017-04-15 23:16:20 +02:00
define('HTTP_USER', 'admin');
define('HTTP_PASSWORD', 'admin');
# Either "production" or "dev"
define('MODE', 'production');
# Either "en" or "de" or the filename (without extension) of
# one of the other available localization files in the "/localization" directory
define('CULTURE', 'en');
# The base url of your installation,
# should be just "/" when running directly under the root of a (sub)domain
# or for example "https:/example.com/grocy" when using a subdirectory
define('BASE_URL', '/');