xrxs/server/config.h
2021-10-12 01:05:10 -06:00

5 lines
185 B
C

/* Maximum number of users on the server */
#define MAX_USERS 64
/* Path to cart/realm storage (must include trailing slash) */
#define DATA_DIR "/home/nilix/src/9/xrxs/server/carts/"