File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default $config({
4949 { key : "NEXT_PUBLIC_AXIOM_DATASET" , value : AXIOM_DATASET } ,
5050 { key : "CAP_AWS_BUCKET" , value : recordingsBucket . bucket } ,
5151 { key : "NEXT_PUBLIC_CAP_AWS_BUCKET" , value : recordingsBucket . bucket } ,
52- { key : "DATABASE_URL " , value : secrets . DATABASE_URL_HTTP . value } ,
52+ { key : "DATABASE_URL_MYSQL " , value : secrets . DATABASE_URL_MYSQL . value } ,
5353 ] ;
5454
5555 // new aws.s3.BucketAccelerateConfigurationV2("RecordingsBucketAcceleration", {
@@ -174,7 +174,6 @@ export default $config({
174174
175175function Secrets ( ) {
176176 return {
177- DATABASE_URL_HTTP : new sst . Secret ( "DATABASE_URL_HTTP" ) ,
178177 DATABASE_URL_MYSQL : new sst . Secret ( "DATABASE_URL_MYSQL" ) ,
179178 CAP_AWS_ACCESS_KEY : new sst . Secret ( "CAP_AWS_ACCESS_KEY" ) ,
180179 CAP_AWS_SECRET_KEY : new sst . Secret ( "CAP_AWS_SECRET_KEY" ) ,
You can’t perform that action at this time.
0 commit comments