removing file not there and updating racetimer plugin to fix edge bug

This commit is contained in:
jenz
2022-08-10 00:55:03 +02:00
parent a0879dd786
commit 2c55476ea3
2 changed files with 8 additions and 21 deletions
@@ -1,20 +0,0 @@
/*
* 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";
}