Skip to content

kstanleyk/wild-oasis-api-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wild Oasis API

Rest API for the Wild Oasis Hotel

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!

AppSettings Content

API

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "RedisCacheUrl": "127.0.0.1:6379",
  "AllowedOrigins": "http://localhost:3000",
  "ConnectionStrings": {
    "WildOasisData": "User ID=xxxx;Password=xxxx;Server=localhost;Port=5432;Database=wildoasis;Integrated Security=true;Pooling=true;",
    "WildOasisLogger": "User ID=xxxx;Password=xxxx;Server=localhost;Port=5432;Database=logger;Integrated Security=true;Pooling=true;"
  },
  "WebProtocolSettings": {
    "Url": "https://localhost",
    "Port": 44392
  },
  "TokenSettings": {
    "ResourceCode": "427",
    "ValidateTokens": "false",
    "ValidateTokensByUser": "true"
  },
  "JwtKey": "0FD5B805172C464597D2FFC0025677210381FF67654C4888B3B131445968D173"
}

About

Wild Oasis API CSharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages