-
-
Save 0test/828c4f4e705d54f3cb7ff3fa4b8d12cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DB_TYPE=mysql | |
DB_HOST=localhost | |
DB_USERNAME=user | |
DB_PASSWORD=password | |
DB_CHARSET=utf8mb4 | |
DB_COLLATION=utf8mb4_unicode_ci | |
DB_METHOD="SET NAMES" | |
DB_DATABASE=dbname | |
DB_PREFIX=evo_ | |
DB_SOCKET= | |
DB_STRICT=false | |
CORE_CLASS=\DocumentParser | |
HTTPS_PORT=443 | |
COOKIE_PATH= | |
COOKIE_DOMAIN= | |
MODX_BASE_PATH=D:/OpenServer/domains/domain.localhost/ | |
MODX_BASE_URL=/ | |
MODX_SITE_URL=http://domain.localhost/ | |
MODX_SITE_HOSTNAMES=domain.localhost | |
MGR_DIR=manager | |
MODX_MANAGER_PATH=D:/OpenServer/domains/domain.localhost/manager/ | |
MODX_MANAGER_URL=http://domain.localhost/manager/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment