21 lines
784 B
Java
21 lines
784 B
Java
/*
|
|
* 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 DataMapper;
|
|
|
|
/**
|
|
*
|
|
* @author Christian
|
|
*/
|
|
public class settings {
|
|
static String racetimerURL = "jdbc:mysql://localhost:3306/unloze_racetimer_css?useLegacyDatetimeCode=false&serverTimezone=UTC";
|
|
static String racetimerUser = "unloze_racetimer_css";
|
|
static String racetimerPassword = "fXPWQD13403rfnfdsfnFONF";
|
|
|
|
static String forumURL = "jdbc:mysql://195.154.53.196:3306/unloze_forum_2?useLegacyDatetimeCode=false&serverTimezone=UTC";
|
|
static String forumUser = "unloze_webtimer";
|
|
static String forumPassword = "Oj32n4nfofn234nfb234oFDOWq";
|
|
}
|