voxelands-api/config.h
2015-09-23 23:32:36 +10:00

10 lines
169 B
C

#ifndef _VL_API_CONFIG_H_
#define _VL_API_CONFIG_H_
#define DB_HOST "localhost"
#define DB_USER "apiuser"
#define DB_PASS "apipass"
#define DB_NAME "voxelands"
#endif