mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
8 lines
158 B
PHP
8 lines
158 B
PHP
<?php
|
|
|
|
define('MODE', 'production'); # Either "production" or "dev"
|
|
define('CULTURE', 'en');
|
|
|
|
define('HTTP_USER', 'admin');
|
|
define('HTTP_PASSWORD', 'admin');
|