VocaSTI/config_example.h

12 lines
210 B
C
Raw Permalink Normal View History

2024-08-06 22:25:48 -07:00
//
// Copy this file to "config.h"
//
#ifndef VOCASTI_CONFIG_H_
#define VOCASTI_CONFIG_H_
#define VOCASTI_XMPP_EMAIL "EMAIL@linux.ucla.edu"
#define VOCASTI_XMPP_PASSWD "password"
#endif // VOCASTI_CONFIG_H_