Skip to content

Commit a2be971

Browse files
committed
update default base url
1 parent d5d238e commit a2be971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/de/eacg/ecs/gradle/plugin/EcsPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package de.eacg.ecs.gradle.plugin
1414
class EcsPluginExtension {
1515
def configurations = []
1616

17-
String baseUrl = 'https://ecs-app.eacg.de'
17+
String baseUrl = 'https://app.trustsource.io'
1818
String apiPath = '/api/v1'
1919

2020
String projectName

0 commit comments

Comments
 (0)