20240502#1

This commit is contained in:
User
2024-05-02 11:29:58 +03:00
parent 88b597d78d
commit e03c9bccfc
31 changed files with 208 additions and 147 deletions

View File

@@ -17,8 +17,8 @@ CONTAINER_DIR=application/config/container
CONTAINER_CACHE=var/cache/container
# Default page
PAGE404=templates/error/404.tpl
PAGE501=templates/error/501.tpl
PAGE404="/application/src/Presentation/templates/error/404.tpl"
PAGE501="/application/src/Presentation/templates/error/501.tpl"
# Users environment
MYSQL_PARAM='{"host":"host.docker.internal", "user":"***user***", "pass":"***password***","base":"***basename***", "logsEnable":true}'