From 381dd1697f1f3dbd25476d88a259ce057c377801 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Tue, 14 Feb 2023 17:20:59 -0800 Subject: [PATCH] Adding example env file. --- .env.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..afc0f36 --- /dev/null +++ b/.env.example @@ -0,0 +1,15 @@ +WALLABAG_MAX_ARTICLES=30 +WALLABAG_MAX_PAGES=5 +NODE_VERSION=18.12.1 +WALLABAG_CLIENT_ID='' +WALLABAG_CLIENT_SECRET='' +WALLABAG_USERNAME='' +WALLABAG_PASSWORD='' +WALLABAG_URL="" +PUBLIC_SITE_URL="" +PUBLIC_UMAMI_DO_NOT_TRACK=true +PUBLIC_UMAMI_URL="" +PUBLIC_UMAMI_ID="" +PAGE_SIZE=6 +USE_REDIS_CACHE=true +REDIS_URI= \ No newline at end of file