Skip to content

Commit

Permalink
update configs for test/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Aug 9, 2023
1 parent be9435d commit 8c3167a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/api/appsettings.json
Expand Up @@ -30,6 +30,7 @@
"Auth": "",
"Www": "",
"Files": "",
"Photos": ""
"Photos": "",
"PhotosSolid": ""
}
}
3 changes: 2 additions & 1 deletion src/api/appsettings.production.json
Expand Up @@ -12,6 +12,7 @@
"Auth": "https://auth.mikeandwan.us",
"Www": "https://www.mikeandwan.us",
"Files": "https://files.mikeandwan.us",
"Photos": "https://photos.mikeandwan.us"
"Photos": "https://photos.mikeandwan.us",
"PhotosSolid": "https://photos.mikeandwan.us"
}
}
3 changes: 2 additions & 1 deletion src/api/appsettings.test.json
Expand Up @@ -7,6 +7,7 @@
"Auth": "https://test.auth.mikeandwan.us:8443",
"Www": "https://test.www.mikeandwan.us:8443",
"Files": "https://test.files.mikeandwan.us:8443",
"Photos": "https://test.photos.mikeandwan.us:8443"
"Photos": "https://test.photos.mikeandwan.us:8443",
"PhotosSolid": "https://test.photos.mikeandwan.us:8443"
}
}
1 change: 1 addition & 0 deletions src/auth/appsettings.json
Expand Up @@ -20,6 +20,7 @@
"WwwUrl": "",
"PhotosUrl": "",
"FilesUrl": "",
"PhotosSolidUrl": "",
"WwwClientSecret": ""
},
"DataProtection": {
Expand Down
3 changes: 2 additions & 1 deletion src/auth/appsettings.production.json
Expand Up @@ -9,6 +9,7 @@
"AuthUrl": "https://auth.mikeandwan.us",
"WwwUrl": "https://www.mikeandwan.us",
"PhotosUrl": "https://photos.mikeandwan.us",
"FilesUrl": "https://files.mikeandwan.us"
"FilesUrl": "https://files.mikeandwan.us",
"PhotosSolidUrl": "https://photos.mikeandwan.us"
}
}
3 changes: 2 additions & 1 deletion src/auth/appsettings.test.json
Expand Up @@ -4,6 +4,7 @@
"AuthUrl": "https://test.auth.mikeandwan.us:8443",
"WwwUrl": "https://test.www.mikeandwan.us:8443",
"PhotosUrl": "https://test.photos.mikeandwan.us:8443",
"FilesUrl": "https://test.files.mikeandwan.us:8443"
"FilesUrl": "https://test.files.mikeandwan.us:8443",
"PhotosSolidUrl": "https://test.photos.mikeandwan.us:8443"
}
}
2 changes: 1 addition & 1 deletion src/www/appsettings.development.json
Expand Up @@ -11,6 +11,6 @@
"Www": "https://dev.www.mikeandwan.us:5021",
"Files": "http://dev.files.mikeandwan.us:4300",
"Photos": "http://dev.photos.mikeandwan.us:4200",
"PhotosSOlid": "http://dev.photos.mikeandwan.us:3000"
"PhotosSolid": "http://dev.photos.mikeandwan.us:3000"
}
}
3 changes: 2 additions & 1 deletion src/www/appsettings.json
Expand Up @@ -50,6 +50,7 @@
"Auth": "",
"Www": "",
"Files": "",
"Photos": ""
"Photos": "",
"PhotosSolid": ""
}
}
3 changes: 2 additions & 1 deletion src/www/appsettings.production.json
Expand Up @@ -15,6 +15,7 @@
"Auth": "https://auth.mikeandwan.us",
"Www": "https://www.mikeandwan.us",
"Files": "https://files.mikeandwan.us",
"Photos": "https://photos.mikeandwan.us"
"Photos": "https://photos.mikeandwan.us",
"PhotosSolid": "https://photos.mikeandwan.us"
}
}
3 changes: 2 additions & 1 deletion src/www/appsettings.test.json
Expand Up @@ -10,6 +10,7 @@
"Auth": "https://test.auth.mikeandwan.us:8443",
"Www": "https://test.www.mikeandwan.us:8443",
"Files": "https://test.files.mikeandwan.us:8443",
"Photos": "https://test.photos.mikeandwan.us:8443"
"Photos": "https://test.photos.mikeandwan.us:8443",
"PhotosSolid": "https://test.photos.mikeandwan.us:8443"
}
}

0 comments on commit 8c3167a

Please sign in to comment.