jobs-jobs-jobs/src/JobsJobsJobs/Api/appsettings.json
Daniel J. Summers 4e84bc251a WIP on multi-instance login (#22)
Something isn't lining up between the client and server (need to debug the URLs they're both using)
2021-09-01 22:23:18 -04:00

24 lines
463 B
JSON

{
"Rethink": {
},
"Auth": {
"ReturnHost": "http://localhost:5000",
"Instances": {
"0": {
"Name": "No Agenda Social",
"Url": "https://noagendasocial.com",
"Abbr": "nas"
},
"1": {
"Name": "ITM Slaves!",
"Url": "https://itmslaves.com",
"Abbr": "itm"
},
"2": {
"Name": "Liberty Woof",
"Url": "https://libertywoof.com",
"Abbr": "lw"
}
}
}
}