VocaSTI/config_example.h
2024-08-06 22:25:48 -07:00

12 lines
210 B
C

//
// 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_