package com.goka.rssts; /** * Created by katsuyagoto on 2015/04/26. */ public class Config { public static boolean ENABLE_LOG = false; // SLACK Configuration public static String SLACK_TOKEN = ""; public static String SLACK_CHANNELS = ""; }