Compare commits

...

3 Commits

Author SHA1 Message Date
a98b05f14b Delete source/ticketAPI/api/appsettings.json 2024-12-11 22:26:47 -05:00
903e562e42 Delete source/ticketAPI/api/appsettings.Development.json 2024-12-11 22:26:39 -05:00
Tara Wilson
50efe0f310 2024.12.11 2024-12-11 15:42:31 -05:00
3 changed files with 1 additions and 26 deletions

View File

@ -1,12 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Mongo": {
"ConnectionString": "mongodb://terralilly85:pr1ncessN0ra@www.taraformed.com:27017/",
"Database": "pso"
}
}

View File

@ -1,13 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Mongo": {
"ConnectionString": "mongodb://terralilly85:pr1ncessN0ra@www.taraformed.com:27017/",
"Database": "pso"
},
"AllowedHosts": "*"
}

View File

@ -1,6 +1,6 @@
{
"name": "ticket-ui",
"version": "0.0.0",
"version": "2024.12.11",
"scripts": {
"ng": "ng",
"start": "ng serve",