aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJulien Dessaux2019-02-14 20:48:20 +0100
committerJulien Dessaux2019-02-14 20:48:20 +0100
commit9399ff045d40a72c8ec90db3d07d1877ee2b3be3 (patch)
treedf1a40330acea568c9de2b3daf1166a30fad8dee /config.h
parentImplemented session id management and session logs in database (diff)
downloadbastion-9399ff045d40a72c8ec90db3d07d1877ee2b3be3.tar.gz
bastion-9399ff045d40a72c8ec90db3d07d1877ee2b3be3.tar.bz2
bastion-9399ff045d40a72c8ec90db3d07d1877ee2b3be3.zip
Switched from standard makefile to cmake
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 18815e8..2823095 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,8 @@
#define RSAKEY_PATH "./ssh_host_rsa_key"
#define ECDSAKEY_PATH "./ssh_host_ecdsa_key"
-#define MYSQL_HOST "::"
-#define MYSQL_USER "root"
+#define MYSQL_HOST "localhost"
+#define MYSQL_USER "sshportal"
#define MYSQL_PASS "graou"
#define MYSQL_DB "sshportal"