Files
aboba/CONFIG.h
2025-06-25 01:15:32 +02:00

11 lines
190 B
C

#ifndef CONFIG_H_
#define CONFIG_H_
#if MY_DEBUG
# define CONFIG_LISTEN_URL "http://localhost:8080"
#else
# define CONFIG_LISTEN_URL "http://localhost:5000"
#endif
#endif // CONFIG_H_