9 lines
345 B
PHP
9 lines
345 B
PHP
<?php
|
|
putenv('APP_ENV=local');
|
|
putenv('APP_DEBUG=true');
|
|
putenv('APP_KEY=e!MV*C9N*B5&#FJbyf*2c8m5QOJOGeQ6&8eCL_qo');
|
|
putenv('APP_TIMEZONE=UTC');
|
|
putenv('DOMAIN_STATIC=https://static.bebeboutik.com/');
|
|
putenv('PRESTASHOP_AUTOLOAD=/../../bebeboutik/config/autoload_lumen.php');
|
|
putenv('PRESTASHOP_CONFIG=/../../bebeboutik/config/config.inc.php');
|