Commit the .env.example template and exempt it from the .env ignore rule. Ignore the .sqls.yml file that sqlc generate emits for editor tooling.
5 lines
174 B
Bash
5 lines
174 B
Bash
DB_URL=postgres://postgres:postgres@localhost:5432/chirpy?sslmode=disable
|
|
PLATFORM=dev
|
|
JWT_SECRET=replace-with-a-long-random-secret
|
|
POLKA_KEY=replace-with-your-polka-api-key
|