Init files

This commit is contained in:
2022-07-15 21:54:58 +03:00
parent a4887d1fc6
commit 42dd4c60f2
4 changed files with 62 additions and 0 deletions

23
fcms-configs/config.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
/*
* Параметры сайта (параметры доступа к БД, окружение и т.п.)
* @package freecms
*/
namespace freecms;
/*
* FCMS_ENVIRONMENT
* Окружение для запуска
* Возможные значения:
* dev - разработка
* test - тестирование на сервере
* prod - функционирующее приложение
*/
const FCMS_ENVIRONMENT = "dev";
/*
* FCMS_DBNAME
* Имя БД
*/
const FCMS_DBNAME = "";