Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 452 Bytes

File metadata and controls

22 lines (17 loc) · 452 Bytes

http-rest-api

Database URL

Production

postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable

Test

postgres://postgres:123@localhost:5432/restapi_test?sslmode=disable

Migrations

migrate -path migrations -database "postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable" up
migrate -path migrations -database "postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable" down