|
| 1 | +{ |
| 2 | + "Logging": { |
| 3 | + "LogLevel": { |
| 4 | + "Default": "Information", |
| 5 | + "Microsoft.AspNetCore": "Warning" |
| 6 | + } |
| 7 | + }, |
| 8 | + "TokenOption": { |
| 9 | + "Audience": [ "www.memorengapi.com" ], |
| 10 | + "Issuer": "www.memorengapi.com", |
| 11 | + "AccessTokenExpiration": 1440, |
| 12 | + "RefreshTokenExpiration": 14400, |
| 13 | + "SecurityKey": "pZ7zEJrPbm8bRNeTtLpH7VcMLWxGKFfQOoX9qih2vAukjCSsIy0wYD5Ua1gd6*w" |
| 14 | + }, |
| 15 | + "AllowedHosts": "*", |
| 16 | + "MatchApi": { |
| 17 | + "BaseUrl": "https://develop-api.roomieroster.com/api/", |
| 18 | + "Endpoints": { |
| 19 | + "Auth": { |
| 20 | + "Register": "Auth/Register", |
| 21 | + "Login": "Auth/Login", |
| 22 | + "ForgotPassword": "Auth/ForgotPassword", |
| 23 | + "ResetPassword": "Auth/ResetPassword", |
| 24 | + "CreateTokenByRefreshToken": "Auth/CreateTokenByRefreshToken", |
| 25 | + "RevokeRefreshToken": "Auth/RevokeRefreshToken", |
| 26 | + "ConfirmEmail": "Auth/ConfirmEmail" |
| 27 | + }, |
| 28 | + "Match": "Match", |
| 29 | + "Preferences": "Preferences", |
| 30 | + "User": { |
| 31 | + "GetById": "User/", |
| 32 | + "GetFollows": "User/GetFollows", |
| 33 | + "Follow": "User/Follow", |
| 34 | + "UnFollow": "User/UnFollow", |
| 35 | + "DisableUser": "User/DisableUser", |
| 36 | + "EnableUser": "Usser/EnableUser" |
| 37 | + } |
| 38 | + } |
| 39 | + } |
| 40 | +} |
| 41 | + |
0 commit comments