Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/b0ed374f4237b56419ab0c00c1b7c2ac to your computer and use it in GitHub Desktop.
Save sergeykuzmich/b0ed374f4237b56419ab0c00c1b7c2ac to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
define( 'DB_NAME', 'unique_database_name' );
define( 'DB_USER', 'unique_database_user' );
define( 'DB_PASSWORD', 'strong_and_unique_password' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment