3-3. アプリケーション設定
1. i-Repo Web Managerアプリケーションの設定ファイル
C:\i-RepoWeb\i-RepoWebManager\appsettings.json{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ProxyTo": "",
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Port=5432;Database=irepowbdb;User Id=postgres;Password=cimtops;Pooling=true;"
},
"AppSettings": {
"ConMasAPIBaseURL": "http://localhost/ConMasAPI/Rests/APIExecute.aspx",
"ConmasAPITimeout": "600",
"ClusterCountLimitPerDefinition": "100"
}
}環境変数
設定値
2. i-Repo Webアプリケーションの設定ファイル
環境変数
設定値
3.アクセス確認

Last updated