about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/learnpianochords/src/server/.envrc
blob: 9e714732fe852f0eb07c8686bd8d42b67ed7adab (plain) (blame)
1
2
3
4
5
6
7
source_up
use_nix
export SERVER_PORT=3000
export CLIENT_PORT=8000
# TODO(wpcarro): Prefer age-nix solution if possible.
export GOOGLE_CLIENT_ID="$(jq -j '.google | .clientId' < $WPCARRO/secrets.json)"
export STRIPE_API_KEY="$(jq -j '.stripe | .apiKey' < $WPCARRO/secrets.json)"