This commit is contained in:
2024-12-04 18:45:17 +03:00
parent d318c99ba5
commit 1b486eb788
6 changed files with 90 additions and 17 deletions

View File

@ -1,3 +1,5 @@
APP_NAME="It Guild Micro Framework"
DB_HOST=localhost
DB_USER=user
DB_DRIVER=mysql
@ -10,6 +12,11 @@ DB_PREFIX=''
VIEWS_PATH=/views
VIEWS_CACHE_PATH=/views_cache
MAIL_SMTP_HOST=smtp.mail.ru
MAIL_SMTP_PORT=587
MAIL_SMTP_USERNAME=username@mail.ru
MAIL_SMTP_PASSWORD=somepassword
MODULE_SHOP_URL='http://igfs.loc'
MODULE_SHOP_TOKEN='your token'