Skip to content

Commit 13fb975

Browse files
committed
Sample .envrc file
1 parent f0a6851 commit 13fb975

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dot-envrc-template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# For Earthly workaround
2+
export EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY=true
3+
# For OWASP
4+
export OWASP_NVD_API_KEY='XXX'
5+
# To make Maven happier
6+
export JAVA_HOME="$(jenv javahome)"

0 commit comments

Comments
 (0)