diff --git a/configuration/development.json b/configuration/development.json index dd56311..bd9b4e0 100644 --- a/configuration/development.json +++ b/configuration/development.json @@ -1,4 +1,4 @@ { - "db_uri": "postgres://postgres:postgres@127.0.0.1:5432/postgres", + "db_uri": "postgres://postgres:postgres@192.168.1.101:5432/postgres", "jwt_ttl": 72000 }