mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +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');
|