Skip to content

Instantly share code, notes, and snippets.

@0test
Created March 12, 2022 16:48
Show Gist options
  • Save 0test/828c4f4e705d54f3cb7ff3fa4b8d12cb to your computer and use it in GitHub Desktop.
Save 0test/828c4f4e705d54f3cb7ff3fa4b8d12cb to your computer and use it in GitHub Desktop.
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