Skip to content

Commit

Permalink
update environments
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Busk committed Jan 10, 2025
1 parent e4e0c2e commit 7946191
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks {
val applicationYaml = file("$rootDir/backend/src/main/resources/$yamlFileName")
val config = yaml.load<Map<String, Any>>(applicationYaml.inputStream())

val backendPort = (config["server"] as? Map<*, *>)?.get("port") ?: "8080"
val backendPort = (config["server"] as? Map<*, *>)?.get("port") ?: "8088"
port = "420" + backendPort.toString().last()
}

Expand Down
10 changes: 0 additions & 10 deletions frontend/src/environments/environment.dev.ts

This file was deleted.

10 changes: 0 additions & 10 deletions frontend/src/environments/environment.poc.ts

This file was deleted.

3 changes: 3 additions & 0 deletions frontend/src/environments/environment.remote.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const environment = {
api_url: window.location.origin + "/api/"
};
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const environment = {
possible_website_possible_url: "https://www.possible-gaia-x.eu/#possible",
possible_website_url: "https://www.possible-gaia-x.eu/",
possible_website_group_url: "https://www.possible-gaia-x.eu/#verbund",
catalog_url: "https://possible.fokus.fraunhofer.de/resources/service-offering?locale=en"
catalog_url: "https://catalog.dev.possible-x.de/resources/service-offering?locale=en"
};

0 comments on commit 7946191

Please sign in to comment.