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.
2 parents dcb8184 + d5ae94a commit e49643cCopy full SHA for e49643c
docker-compose/docker-compose.yml
@@ -39,5 +39,4 @@ services:
39
# If using SQL Server, change the connection string to point to your SQL Server instance.
40
- Remotely_ConnectionStrings__SQLServer=Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true
41
# If using PostgreSQL, change the connection string to point to your PostgreSQL instance.
42
- - Remotely_ConnectionStrings__PostgreSQL=Server=Host=localhost;Database=Remotely;Username=postgres;
43
-
+ - Remotely_ConnectionStrings__PostgreSQL=Host=localhost;Database=Remotely;Username=postgres;Password=changeme;
0 commit comments