Skip to content

Commit 0b3e48a

Browse files
committed
fix DATABASE_URL
1 parent 1b19084 commit 0b3e48a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main

0 Bytes
Binary file not shown.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type Config struct {
4747
func main() {
4848
DATABASE_URL := os.Getenv("DATABASE_URL")
4949
fmt.Println("DatabaseUrl", DATABASE_URL)
50-
DATABASE_URL = "postgres://user3123:passkja83kd8@ec2-117-21-174-214.compute-1.amazonaws.com:6212/db982398"
50+
//DATABASE_URL = "postgres://hfhgpvbymdzusj:39d7f6f3ee4288103e382d5dec22ce668c4e5cb65120f64d574b808775674eb4@ec2-3-218-171-44.compute-1.amazonaws.com:5432/d4o07n33pf6ot7"
5151
u, err := url.Parse(DATABASE_URL)
5252
if err != nil {
5353
fmt.Println(err)

0 commit comments

Comments
 (0)