mfoud444 commited on
Commit
387894c
·
1 Parent(s): 9f6bef5

first commit

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. 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
+ }