Advertisement
Joe3rdwash

EnvVars + Encore Run

May 16th, 2025 (edited)
127
0
6 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.83 KB | None | 0 0
  1. ┌──────────────────────┬──────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
  2. │ NAME                 │ VALUE                                                    │ NOTE                                        │
  3. ├──────────────────────┼──────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
  4. │ DOPPLER_CONFIG       │ dev_docker                                               │                                             │
  5. │ DOPPLER_ENVIRONMENT  │ dev                                                      │                                             │
  6. │ DOPPLER_PROJECT      │ notes-app                                                │                                             │
  7. │ PEXELS_API_KEY       │ random │ https://www.pexels.com/api/key/             │
  8. │ POSTGRES_DB          │ notes                                                    │                                             │
  9. │ POSTGRES_HOST_ENCORE │ db                                                       │                                             │
  10. │ POSTGRES_PASSWORD    │ example                                                  │                                             │
  11. │ POSTGRES_PORT_ENCORE │ 5432                                                     │                                             │
  12. │ POSTGRES_USER        │ postgres                                                 │                                             │
  13. │ VITE_API_ENDPOINT    │ http://localhost:8080                                    │ API endpoint via Encore cli or docker build │
  14. └──────────────────────┴──────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
  15. 4:01PM INF compiling Encore application for linux/amd64
  16. 4:01PM ERR build infra config: could not decode infra config: json: cannot unmarshal object into Go struct field SQLServer.sql_servers.host of type string
  17. make: *** [Makefile:21: up] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement