Skip to content

Instantly share code, notes, and snippets.

@hungdh0x5e
Last active June 19, 2023 17:38
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 hungdh0x5e/d672489ff2c48cb70ea7 to your computer and use it in GitHub Desktop.
Save hungdh0x5e/d672489ff2c48cb70ea7 to your computer and use it in GitHub Desktop.
<?php
// Database config variables
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASSWORD", "123456");
define("DB_DATABASE", "gcm");
// Google API Key
define("GOOGLE_API_KEY", "AIzaSyA7***************ViqJE");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment