/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.oic;
/**
*
* @author b2020
*/
public class Config {
public static final String DB_HOST = "jdbc:mysql://127.0.0.1:3307/oicsns?autoReconnect=true";
public static final String DB_USER = "morimoto";
public static final String DB_PASSWORD = "sqluser";
public static final String MAPFILE_PATH = "/map/";
}