mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update docker-compose.yml
Change postgreSQL connection string
This commit is contained in:
parent
1259babcd2
commit
6f22cc981e
@ -39,5 +39,5 @@ services:
|
||||
# If using SQL Server, change the connection string to point to your SQL Server instance.
|
||||
- Remotely_ConnectionStrings__SQLServer=Server=(localdb)\\mssqllocaldb;Database=Remotely-Server-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true
|
||||
# If using PostgreSQL, change the connection string to point to your PostgreSQL instance.
|
||||
- Remotely_ConnectionStrings__PostgreSQL=Server=Host=localhost;Database=Remotely;Username=postgres;
|
||||
|
||||
- Remotely_ConnectionStrings__PostgreSQL=Host=localhost;Database=Remotely;Username=postgres;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user