diff --git a/.env b/.env new file mode 100644 index 0000000..291faec --- /dev/null +++ b/.env @@ -0,0 +1,6 @@ +SECRET_KEY="omg_what_a_secret_ooh" +API_TOKEN="2cb9f5b875af65b4de7ff7736e384ae9d33e1bf2176c45afac24a713804ef6d4" +APPLICATION_ROOT="/readitlater" +DATABASE_PATH="/var/www/readitlater/readitlater.db" +LOGIN_USERNAME=jared +LOGIN_PASSWORD_HASH="scrypt:32768:8:1$5e2vp6DJB5kRkkGm$d71ce6c558fd7dec912945bb2574969d999402a7dc27bc970f5c6a1b79ea6be530a2e2b83ac945de478729c55ddfb77759ff504eba1a16fcdf5db446cbcd7a3b" diff --git a/.gitignore b/.gitignore index 226f6aa..2665487 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,8 @@ __pycache__/ *.pyo # Environment variables (contains secrets) -.env # Database -*.db -*.sqlite3 # IDE/Editor .idea/ diff --git a/readitlater.db b/readitlater.db new file mode 100644 index 0000000..b1b2149 Binary files /dev/null and b/readitlater.db differ