SocialOnTheFile/Catswords.DataType.Client/Config.cs

10 lines
331 B
C#

namespace Catswords.DataType.Client
{
public class Config
{
public static string SEARCH_URL = "http://utilhome.cafe24.com/extlist.xml?q=";
public static string MASTODON_HOST = "catswords.social";
public static string MASTODON_ACCESS_TOKEN = "HDVTEfLswvSJZq5MRpim2tp7DifTcgKbMl0mBM5-uHw";
}
}