diff options
author | Andronaco Marco <marco.andronaco@olivetti.com> | 2023-07-12 13:02:46 +0200 |
---|---|---|
committer | Andronaco Marco <marco.andronaco@olivetti.com> | 2023-07-12 13:02:46 +0200 |
commit | 585855a8728f87cc5383329bd227f6d6ba840aff (patch) | |
tree | 634aa7868a614e45eeab6772a2a5ddf367e74a91 /.env.example | |
parent | 733a0a23988fb074c93e6c398d8b9142ee180b29 (diff) | |
download | sunstroke-585855a8728f87cc5383329bd227f6d6ba840aff.tar.gz |
working version
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..2664957 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +PYLOAD_HOST=http://localhost:8000/ +PYLOAD_USER=user +PYLOAD_PW=password +N_LINKS_TO_REMOVE=2 +NEWSPAPER_PREFIX=Il Sole 24 Ore +RSS_URL=https://overpost.biz/e-books/quotidiani/rss.xml |