Advertisement
Guest User

Authentication.php

a guest
Apr 6th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $host = "host = 127.0.0.1";
  3. $port = "port = 15432";
  4. $dbname = "dbname = postgres";
  5. $credentials = "user = droys011 password=<password>";
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement