Skip to content

Instantly share code, notes, and snippets.

@hungdh9x
Last active June 19, 2023 17:38
Show Gist options
  • Save hungdh9x/d672489ff2c48cb70ea7 to your computer and use it in GitHub Desktop.
Save hungdh9x/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