xrxs/server/config.h

6 lines
185 B
C
Raw Normal View History

/* Maximum number of users on the server */
#define MAX_USERS 64
/* Path to cart/realm storage (must include trailing slash) */
2021-10-12 07:05:10 +00:00
#define DATA_DIR "/home/nilix/src/9/xrxs/server/carts/"