Settings
The main settings for the G-Core Web API service can be found in the appsettings.json
file in the Web API installation folder (C:\Program Files\Geutebrueck\GCore Web API
).
Connection
Name |
Type |
Description |
Example |
---|---|---|---|
Connection:Address |
string |
G-Core server IP address. |
127.0.0.1 |
Connection:username |
string |
G-Core username to authenticate to the Web API service. If empty, the auto login is used. |
sysadmin |
Connection:password |
string |
G-Core password to authenticate to the Web API service. If empty, the auto login is used. |
masterkey |
Auto Login
If the username and password are empty, the G-Core Web API service uses the auto login feature to connect to the G-Core server. The auto login only works with a G-Core installed on the same server as the Web API.