mirror of https://github.com/abpframework/eventhub
6 changed files with 18 additions and 14 deletions
@ -1,6 +1,11 @@ |
|||
global: |
|||
accountUrl: eh-st-account |
|||
accountUrlFull: https://eh-st-account |
|||
apiUrl: eh-st-api |
|||
apiUrlFull: https://eh-st-api |
|||
wwwUrl: eh-st-www |
|||
wwwUrlFull: "https://eh-st-www" |
|||
adminUrl: eh-st-admin |
|||
adminUrlFull: https://eh-st-admin |
|||
nginxProxyBufferSize: "32k" |
|||
nginxProxyBuffersNumber: "8" |
|||
@ -1,5 +0,0 @@ |
|||
{ |
|||
"ConnectionStrings": { |
|||
"Default": "Host=localhost;Database=EventHub;Username=root;Password=root;Port=5432" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue