Skip to content

Commit 22b7100

Browse files
Add fake dates to settings.json
1 parent 632c8d3 commit 22b7100

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

electron/user/settings.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
[
55
"myPostgres",
66
"SQL",
7-
"postgres://zwezmnqm:8onRNKC9MzktDeL3NpI_8Q62UfLLM3UK@ruby.db.elephantsql.com:5432/zwezmnqm"
7+
"postgres://zwezmnqm:8onRNKC9MzktDeL3NpI_8Q62UfLLM3UK@ruby.db.elephantsql.com:5432/zwezmnqm",
8+
"Jun 28, 2020 4:58 PM"
89
],
910
[
1011
"myMongo",
1112
"MongoDB",
12-
"mongodb+srv://chronos:pass123@cluster0-xluio.mongodb.net/chronos?retryWrites=true&w=majority"
13+
"mongodb+srv://chronos:pass123@cluster0-xluio.mongodb.net/chronos?retryWrites=true&w=majority",
14+
"Jul 01, 2020 10:33 PM"
1315
],
1416
[
1517
"ToddDB",
1618
"MongoDB",
17-
"mongodb+srv://tdwolf6:password16@cluster0-0xvd7.gcp.mongodb.net/Chronos?retryWrites=true&w=majority"
19+
"mongodb+srv://tdwolf6:password16@cluster0-0xvd7.gcp.mongodb.net/Chronos?retryWrites=true&w=majority",
20+
"Jul 3, 2020 7:12AM"
1821
]
1922
],
2023
"splash": true

0 commit comments

Comments
 (0)