From 9399ff045d40a72c8ec90db3d07d1877ee2b3be3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 14 Feb 2019 20:48:20 +0100 Subject: Switched from standard makefile to cmake --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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" -- cgit v1.2.3