static const char *log_file_path = "sfb.log";
/* For connection */
static const int port = 5222; /* 8433 880 */
/* Length of paste's random ID */
static const int id_len = 4;
/* Max size for paste */
static const int max_file_size = 52428800; /* 50 MB */
/* Dir to store paste */
static const char *output_dir = "code";
/* URL in output */
static const char *url = "https://bin.night0721.xyz";
/* Address to listen for connection */
static const char *listen_addr = "0.0.0.0";
/* Domain for client to connect */
static const char *domain = "bin.night0721.xyz";