more worky
This commit is contained in:
@@ -3,4 +3,13 @@ package tech.allydoes;
|
||||
public class Constants {
|
||||
public static final boolean PRODUCTION = true;
|
||||
public static final String TESTING_GUILD = "926369143186403329";
|
||||
|
||||
public static final String BOT_TOKEN = "MTU0MjMzMDM2OTc1MDMzOTcwNQ.G3V2nZ.JHs0uiA_naF4XW2sJOXsokoVMB9koRKIRtzrr8";
|
||||
public static final String TESTING_TOKEN = "MTEzMTIzNzM2ODA2Njc0MDMyNA.GsjDqa.aS5Rrvo-JMHF5tUnOXOUqPCsUWONNcF8H7Dp7c";
|
||||
|
||||
public static final String DB_USER = "postgres";
|
||||
public static final String DB_PASSWORD = "Senator46Aqua6Outward6Resolved6Bargraph6Dotted";
|
||||
public static final String DB_HOST = "localhost";
|
||||
public static final String DB_PORT = "5432";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user