」 feat: changed a few things to be more production ready

This commit is contained in:
2025-05-08 12:03:42 +02:00
parent 8f6875dc83
commit b418e4c25a
7 changed files with 47 additions and 25 deletions

View File

@ -6,13 +6,17 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
/* Updated: 2025/05/06 17:10:16 by adjoly ### ########.fr */
/* Updated: 2025/05/08 11:54:17 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#ifdef PKGS
#define SAMPLE_CONF_PATH "./sample.toml"
#else
#define SAMPLE_CONF_PATH "/etc/webserv/default.conf"
#endif
#define WEBSRV_VERSION "v0.2"
bool help(int, char **);