Files
aboba/CONFIG.h
2025-06-19 23:31:16 +02:00

11 lines
183 B
C

#ifndef CONFIG_H_
#define CONFIG_H_
#if DEBUG
# define CONFIG_LISTEN_URL "http://localhost:8080"
#else
# define CONFIG_LISTEN_URL "http://0.0.0.0:80"
#endif
#endif // CONFIG_H_