...
Bloco de código | ||||||
---|---|---|---|---|---|---|
| ||||||
./smart-view-agent-installer-win-x64.ps1 C:\TOTVS\Agent smart-view-agent 7019 `
--smart-view-core `
DefaultConnectionString=Sqlite `
"ConnectionStrings__Sqlite=Data Source=c:\mydb.db;Version=3;" |
Caso queria passar mais informações de configuração do smart-view-core é preciso informar chave=valor como no exemplo abaixo:
Bloco de código | ||||||
---|---|---|---|---|---|---|
| ||||||
./smart-view-agent-installer-win-x64.ps1 C:\TOTVS\Agent smart-view-agent 7019 `
--smart-view-core `
DefaultConnectionString=Sqlite `
"Security__0__ApiBaseUrl=http://localhost:8051/api"
"Security__0__CreateTokenEndpoint=http://localhost:8051/api/connect/token"
"Security__0__JwksEndpoint=http://localhost:8051/api/.well-known/security/jwks"
|