mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Adding example env file.
This commit is contained in:
parent
fc1c0a5b62
commit
381dd1697f
1 changed files with 15 additions and 0 deletions
15
.env.example
Normal file
15
.env.example
Normal file
|
|
@ -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=
|
||||
Loading…
Reference in a new issue