first commit
Browse files- .gitignore +1 -1
- appsettings.json +5 -0
.gitignore
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
bin
|
4 |
obj
|
5 |
*.http
|
6 |
-
appsettings.json
|
7 |
Migrations
|
|
|
3 |
bin
|
4 |
obj
|
5 |
*.http
|
6 |
+
# appsettings.json
|
7 |
Migrations
|
appsettings.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ConnectionStrings": {
|
3 |
+
"Local": "Host=aws-0-eu-central-1.pooler.supabase.com;Port=5432;Database=postgres;Username=postgres.hpbtdersdvvpxrkmhbfe;Password=009988Ppooii@@@@"
|
4 |
+
}
|
5 |
+
}
|