diff --git a/DysonNetwork.Sphere/appsettings.json b/DysonNetwork.Sphere/appsettings.json index 0cf288e..4c9e029 100644 --- a/DysonNetwork.Sphere/appsettings.json +++ b/DysonNetwork.Sphere/appsettings.json @@ -10,7 +10,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" + "App": "Host=localhost;Port=5432;Database=dyson_sphere;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" }, "GeoIp": { "DatabasePath": "./Keys/GeoLite2-City.mmdb" diff --git a/publish/settings/develop.json b/publish/settings/develop.json index 0252130..3da4290 100644 --- a/publish/settings/develop.json +++ b/publish/settings/develop.json @@ -10,7 +10,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "App": "Host=host.docker.internal;Port=5432;Database=dyson_network_dev;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" + "App": "Host=host.docker.internal;Port=5432;Database=dyson_sphere_dev;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" }, "KnownProxies": ["127.0.0.1", "::1"] } diff --git a/publish/settings/sphere.json b/publish/settings/sphere.json index a457400..e3fd7f9 100644 --- a/publish/settings/sphere.json +++ b/publish/settings/sphere.json @@ -10,7 +10,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "App": "Host=host.docker.internal;Port=5432;Database=dyson_network;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" + "App": "Host=host.docker.internal;Port=5432;Database=dyson_sphere;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" }, "GeoIp": { "DatabasePath": "./Keys/GeoLite2-City.mmdb" diff --git a/settings/sphere.json b/settings/sphere.json index 068ad46..f1a8715 100644 --- a/settings/sphere.json +++ b/settings/sphere.json @@ -10,7 +10,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "App": "Host=host.docker.internal;Port=5432;Database=dyson_network;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" + "App": "Host=host.docker.internal;Port=5432;Database=dyson_sphere;Username=postgres;Password=postgres;Include Error Detail=True;Maximum Pool Size=20;Connection Idle Lifetime=60" }, "GeoIp": { "DatabasePath": "/app/keys/GeoLite2-City.mmdb"