Skip to content

Instantly share code, notes, and snippets.

@devuri
Last active February 1, 2021 05:18
Show Gist options
  • Save devuri/64520b1db56a3552cf9ff86f46948087 to your computer and use it in GitHub Desktop.
Save devuri/64520b1db56a3552cf9ff86f46948087 to your computer and use it in GitHub Desktop.
WordPres ENV file example
WP_HOME=http://localhost
WP_SITEURL=http://localhost
DB_NAME=
DB_USER=root
DB_PASSWORD=
DB_HOST=127.0.0.1
DB_PREFIX=
WP_ENV=production
MEMORY_LIMIT=256M
MAX_MEMORY_LIMIT=256M
AUTH_KEY=
SECURE_AUTH_KEY=
LOGGED_IN_KEY=
NONCE_KEY=
AUTH_SALT=
SECURE_AUTH_SALT=
LOGGED_IN_SALT=
NONCE_SALT=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment