Add links to The Lair

This commit is contained in:
kamkow1
2025-06-19 23:31:16 +02:00
parent 3c1c0e412e
commit 4d2c12d2b1
3 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,10 @@
#ifndef CONFIG_H_
#define CONFIG_H_
#define CONFIG_LISTEN_URL "http://0.0.0.0:8080"
#if DEBUG
# define CONFIG_LISTEN_URL "http://localhost:8080"
#else
# define CONFIG_LISTEN_URL "http://0.0.0.0:80"
#endif
#endif // CONFIG_H_