Skip to content

Commit 71dc5fe

Browse files
committed
Use solarbuildingenvelopes.com instead of testlab-solar-facades.de
1 parent 2c632d5 commit 71dc5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/Data/DbSeeder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ AppSettings appSettings
9595
{
9696
logger.LogDebug("Creating application client 'testlab-solar-facades'");
9797
// TODO Do not hardcode URL or at least port in development environment.
98-
var host = environment.IsProduction() ? "https://testlab-solar-facades.de" : "https://local.testlab-solar-facades.de:5051";
98+
var host = environment.IsProduction() ? "https://solarbuildingenvelopes.com" : "https://local.solarbuildingenvelopes.com:5051";
9999
await manager.CreateAsync(
100100
new OpenIddictApplicationDescriptor
101101
{

examples/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ section_separator="---------------------------------------------------"
88
paragraph_separator="- - - - - - - - - - - - - - - - - - - - - - - - - -"
99

1010
metabase_graphql_url="https://local.buildingenvelopedata.org:4041/graphql/"
11-
ise_graphql_url="https://local.testlab-solar-facades.de:4051/graphql/"
11+
ise_graphql_url="https://local.solarbuildingenvelopes.com:4051/graphql/"
1212
lbnl_graphql_url="https://local.lbnl.gov:4061/graphql/"
1313

1414
function echo_error() {

0 commit comments

Comments
 (0)