aboutsummaryrefslogtreecommitdiffstats
path: root/example.env
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-04-22 10:48:56 -0700
committerBryan Newbold <bnewbold@archive.org>2020-04-22 10:48:56 -0700
commit1f0b8be3756cc52f3c911735dbc15f4063e133d2 (patch)
tree5b20316467b2a66fa3ef7670f45baf7a1116ed05 /example.env
downloadels-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.tar.gz
els-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.zip
init repo with work-in-progress script
Diffstat (limited to 'example.env')
-rw-r--r--example.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/example.env b/example.env
new file mode 100644
index 0000000..6be0480
--- /dev/null
+++ b/example.env
@@ -0,0 +1,4 @@
+# Copy this file to .env. pipenv will then detect it when you run things like
+# `pipenv shell` or `pipenv run`
+WIKI_USERNAME="CHANGEME"
+WIKI_PASSWORD="CHANGEME"