diff --git a/UI/templates/appeal.html b/UI/templates/appeal.html
new file mode 100644
index 0000000..e69de29
diff --git a/main.go b/main.go
index ccb7696..be56642 100644
--- a/main.go
+++ b/main.go
@@ -9,7 +9,7 @@ import (
func main() {
fmt.Println("Welcome To Court Case Management System")
- db, err := gorm.Open("postgres", "host=localhost port=5433 user=postgres dbname=gormdb password=123456")
+ db, err := gorm.Open("postgres", "host=localhost user=postgres dbname=gormdb password=E456yob123 sslmode=disable")
defer db.Close()
if err != nil {