/*******************************************************************************
* Copyright (c) 2013 Hani Naguib.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/gpl.html
*
* Contributors:
* Hani Naguib - initial API and implementation
******************************************************************************/
package com.gvmax.relay.servlets;
public final class Config {
private Config() {}
// TODO: IMPORTANT read this from config file.
public static final String GVMAX_HOST = "https://gvmax-micro.homeip.net";
public static final String ENC_KEY = "iZkAOi8sOdiqw026i3BZNBozpWEFXhT918tBsJMyOmo=";
}