OpenVPN-Admin/installation/scripts/config.sh

9 lines
97 B
Bash
Raw Normal View History

2014-03-21 21:18:50 +01:00
#!/bin/bash
# MySQL credentials
2014-03-21 21:18:50 +01:00
HOST='localhost'
PORT='3306'
USER=''
PASS=''
DB='openvpn-admin'