This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| export POSTGRES_USER=postgres | |
| export POSTGRES_PASSWORD=postgres | |
| export POSTGRES_DB=app_dev | |
| # PATH setup | |
| export PATH=$HOME/.local/bin:$HOME/.local/share/mise/shims:$HOME/.cache/rebar3/bin:$PATH | |
| export HEX_CACERTS_PATH=$CODEX_PROXY_CERT |
OlderNewer