add example and add config to ignore

This commit is contained in:
root 2019-08-07 22:54:59 +02:00
parent aea54d7486
commit f8ad40216c

View File

@ -0,0 +1,7 @@
<?php
$host = 'localhost';
$port = '3306';
$db = 'openvpn-admin';
$user = '';
$pass = '';
?>