Skip to content

Commit d945806

Browse files
committed
changed database password
1 parent 4cdb6bc commit d945806

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DB_PASSWORD=JiTIjugHfVMJzsEo
1+
DB_PASSWORD=iBpY5H8w8M4MzBP
22
JWT_KEY=Thisisaverylongkey2432fgnfnd5ytrjgrg544gns

Helpers/DatabaseConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public DatabaseConfig()
99

1010
// Use the retrieved password to build the connection string or perform other configurations.
1111
// For example:
12-
ConnectionString = $"mongodb+srv://balogungideon12:{dbPassword}@cluster0.hzkz0ot.mongodb.net/?retryWrites=true&w=majority";
12+
ConnectionString = $"mongodb+srv://folathecoder:{dbPassword}@cluster0.4ybjgb0.mongodb.net/?retryWrites=true&w=majority";
1313
}
1414
}

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# fly.toml app configuration file generated for crowdlaunch on 2023-08-09T09:16:29+01:00
1+
# fly.toml app configuration file generated for crowdlaunch-backend on 2023-08-09T13:01:45+01:00
22
#
33
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44
#
55

6-
app = "crowdlaunch"
6+
app = "crowdlaunch-backend"
77
primary_region = "lhr"
88

99
[build]
1010

1111
[env]
12-
DB_PASSWORD = "JiTIjugHfVMJzsEo"
12+
DB_PASSWORD = "iBpY5H8w8M4MzBP"
1313
JWT_KEY = "Thisisaverylongkey2432fgnfnd5ytrjgrg544gns"
1414

1515
[http_service]

0 commit comments

Comments
 (0)