[VELOCTL] Developing service 'backend' in environment 'exciting-friday-64'...
[VELOCTL] Forwarding: localhost:50271 => database:3306
[VELOCTL] Executing command: go run .
[VELOCTL] Service 'website' is also accessible via https://backend-exciting-friday-64.awesomedev.com
Connecting to the database (`DATABASE_URL` env): mysql://RA6su4rv:[email protected]:50271/app [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET /ping --> main.main.func1 (3 handlers)
[GIN-debug] Environment variable PORT="8080"
[GIN-debug] Listening and serving HTTP on :8080