Commit 075d1879 authored by nimrod's avatar nimrod
Browse files

Strict direnv has consequences.

parent 315c3a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
source_up
source_up || true
[ ! -f .envrc.private ] || . .envrc.private
+1 −1
Original line number Diff line number Diff line
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
source_up
source_up || true
export AWS_DEFAULT_PROFILE=schoolinks
export AWS_PROFILE=schoolinks
export COMPOSE_FILE='docker-compose.local.yml'