We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e9918 commit 9681bb9Copy full SHA for 9681bb9
{{cookiecutter.project_slug}}/sample.envrc
@@ -0,0 +1,12 @@
1
+# Read .envrc settings in parent dirs if present
2
+source_up
3
+
4
+# See https://github.com/direnv/direnv/wiki/Python#poetry to activate Poetry automatically
5
+layout_poetry
6
7
+# first load defaults and then apply any custom env vars if present, overriding defaults
8
+dotenv .env.defaults
9
+dotenv_if_exists .env
10
11
+# add any tools/scripts to the path
12
+PATH_add tools
0 commit comments