/
jagepard
/
Rudra-Framework
Обзор
Документация
Войти
/
jagepard
/
Rudra-Framework
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app_env.php.example
22 строки
611 B
Jagepard
feat: add app_env.php for CLI environment config
13 июл 2026, 10:07
13 июл 2026, 10:07
4ec2902
Код
Авторство
О чём код?
<?php /** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * @author Korotkov Danila (Jagepard) <jagepard@yandex.ru> * @license https://mozilla.org/MPL/2.0/ MPL-2.0 */ /** * Environment configuration for CLI commands. * * Copy this file to app_env.php and set your environment: * cp app_env.php.example app_env.php * * Available values: 'local', 'ddev', 'production' * * Do NOT commit app_env.php to version control. */ return 'local';