bugfixes
This commit is contained in:
parent
e05c3282ef
commit
44ede54a60
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
|||
|
||||
public class Executor extends ExecutorBase {
|
||||
|
||||
private static final Executor executor = new Executor(ExecutorType.HUMIDITY);
|
||||
private static final Executor executor = new Executor(ExecutorType.HUMIDITY_DEMO);
|
||||
|
||||
private final GetHumidityPort getHumidityPort = new GetHumidityAdapter();
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ server.port=8081
|
|||
spring.data.mongodb.uri=mongodb://root:password@localhost:27017/
|
||||
spring.data.mongodb.database=tapas-tasks
|
||||
# baseuri=http://e021-77-59-152-182.ngrok.io/
|
||||
baseuri=https://tapas-tasks.86-119-34-23.nip.io/
|
||||
baseuri=https://tapas-tasks.86-119-35-40.nip.io/
|
||||
|
||||
roster.uri=http://127.0.0.1:8082
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user