We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b19084 commit 0b3e48aCopy full SHA for 0b3e48a
main
0 Bytes
main.go
@@ -47,7 +47,7 @@ type Config struct {
47
func main() {
48
DATABASE_URL := os.Getenv("DATABASE_URL")
49
fmt.Println("DatabaseUrl", DATABASE_URL)
50
- DATABASE_URL = "postgres://user3123:passkja83kd8@ec2-117-21-174-214.compute-1.amazonaws.com:6212/db982398"
+ //DATABASE_URL = "postgres://hfhgpvbymdzusj:39d7f6f3ee4288103e382d5dec22ce668c4e5cb65120f64d574b808775674eb4@ec2-3-218-171-44.compute-1.amazonaws.com:5432/d4o07n33pf6ot7"
51
u, err := url.Parse(DATABASE_URL)
52
if err != nil {
53
fmt.Println(err)
0 commit comments