Merged in bugfix/envvars (pull request #20)

Fix SQLc Env Vars

* init

* fixenvvar

* ignoredevbox

* queueurl
This commit is contained in:
Michael McGuinness
2025-01-14 13:28:25 +00:00
parent a7ad31a3f8
commit 9f9700a773
7 changed files with 33 additions and 4 deletions
+1 -2
View File
@@ -8,9 +8,8 @@ Using the following project as a baseline: https://github.com/golang-standards/p
- Install devbox: `https://www.jetify.com/docs/devbox/installing_devbox`
- Ubuntu/MacOS: `curl -fsSL https://get.jetify.com/devbox | bash`
- Run `devbox run init` to create init dependencies
- Run `devbox shell` to enter the environment
- Create `.env` file to add environment variables
- Run `direnv allow` to ensure environment variables are populated
- Run `task deps:download` to download code dependencies
- (IF NECESSARY) Ensure user in docker group and docker group is in sudo group
```