From 6aafd6f66668fbff659e9806d2af4c266318c3b0 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Tue, 3 May 2022 17:37:10 +1000 Subject: [PATCH] add outline env variables --- outline/.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 outline/.env diff --git a/outline/.env b/outline/.env new file mode 100644 index 0000000..6e64440 --- /dev/null +++ b/outline/.env @@ -0,0 +1,8 @@ +POSTGRES_PASSWORD= +MINIO_ROOT_PASSWORD= +MINIO_BROWSER_REDIRECT_URL=https://wikidata-admin.jaredtsmith.com +# openssl rand -hex 32 +SECRET_KEY= +UTILS_SECRET= +WIKI_URL=https://wiki.jaredtsmith.com +WIKIDATA_URL=https://wikidata.jaredtsmith.com \ No newline at end of file