This commit is contained in:
BrokenFire 2017-12-12 20:08:03 +01:00
parent 48b49033a4
commit d9b2452b17
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar --server.port=$PORT -t $TOKEN
web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN

View File

@ -23,6 +23,7 @@ import net.dv8tion.jda.core.managers.GuildManager;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;

View File

@ -1,2 +1,2 @@
#server.port={$PORT}
name = "test"
server.port={$PORT}
#name = "test"