We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d238e commit a2be971Copy full SHA for a2be971
src/main/groovy/de/eacg/ecs/gradle/plugin/EcsPluginExtension.groovy
@@ -14,7 +14,7 @@ package de.eacg.ecs.gradle.plugin
14
class EcsPluginExtension {
15
def configurations = []
16
17
- String baseUrl = 'https://ecs-app.eacg.de'
+ String baseUrl = 'https://app.trustsource.io'
18
String apiPath = '/api/v1'
19
20
String projectName
0 commit comments