.config directory

This commit is contained in:
Ian Keane 2022-06-07 13:17:40 -04:00
parent 66dffa8efe
commit d9d326eaa1
38 changed files with 5655 additions and 304 deletions

View file

@ -0,0 +1,23 @@
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
name: rwa-api
root: ~/code/rwa/everblue-api
on_project_start: ~/export_secrets.fish
windows:
- editor:
layout: 1341,176x62,0,0[176x22,0,0{91x22,0,0,0,84x22,92,0,4},176x3,0,23,2,176x35,0,27,3]
panes:
- cd ./frontend/site && nvm use 14 && npm run dev
- cd ./api && awsume mt-dev && pipenv run chalice local --stage dev
- clear
- vim
- db:
layout: 0843,176x62,0,0[176x31,0,0,1,176x30,0,32,5]
panes:
- pgcli postgresql://api-dev:$DEV_RWA_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
- pgcli postgresql://dev-dev:$DEV_RWA_MOODLE_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
- scratch:
panes:
- fish