20240708#2

This commit is contained in:
User
2024-07-08 14:02:22 +03:00
parent c3e7bc6fc7
commit 858dfd17c0

View File

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