SocialOnTheFile/Catswords.DataType.Client/Config.cs
2024-04-08 16:05:53 +09:00

10 lines
320 B
C#

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