mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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');
|