Floriansylvain / GoCMS

Lightweight headless CMS written in Go. It leverages a clean, DDD architecture, the go-chiHTTP router, and SQLite for simplicity and performance. With easy setup, it offers an efficient, user-friendly interface.
1 stars 0 forks source link

.env validation #14

Closed Floriansylvain closed 1 year ago

Floriansylvain commented 1 year ago

We need to check at some point if the required env variables are set and respect the detailed format needed (e.g. the "/" at the end of some URLs variables).