Move httpd port into config.h
[blerg.git] / config.h
1 #ifndef _CONFIG_H
2 #define _CONFIG_H
3
4 #define DATA_PATH "data"
5 #define HASH_TAGS_PATH "hash_tags"
6 #define REF_TAGS_PATH "ref_tags"
7 #define BASEURL "http://blerg.dominionofawesome.com/"
8 #define HTTP_BLERG_PORT 8080
9
10 #define RECORDS_PER_SEGMENT 65536
11 #define MAX_RECORD_SIZE 65535  /* No greater than 65535 */
12
13 #endif //_CONFIG_H