Skip to content

Instantly share code, notes, and snippets.

@pipethedev
Created December 16, 2019 20:55
Show Gist options
  • Save pipethedev/128027378ce3ddb3a0a3314b11154d2b to your computer and use it in GitHub Desktop.
Save pipethedev/128027378ce3ddb3a0a3314b11154d2b to your computer and use it in GitHub Desktop.
<?php
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'payments');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment