mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:42:03 +00:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
# Automatically sets up your devbox environment whenever you cd into this
|
|
# directory via our direnv integration:
|
|
|
|
eval "$(devbox generate direnv --print-envrc)"
|
|
|
|
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
|
|
# for more details
|
|
|
|
source_env_if_exists .envrc.local
|
|
|
|
export SMTP_HOST=localhost
|
|
export SMTP_PORT=1025
|
|
export MEMCACHED_HOST=localhost
|
|
export REDIS_HOST=localhost
|