mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add .dev.env & update basic logoutuser.ts & made a basic blur login
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
system & also normal logging in broke :(
This commit is contained in:
parent
b8438f7f33
commit
4d49554a0e
7 changed files with 85 additions and 13 deletions
|
@ -1,3 +1,4 @@
|
|||
# For development use, please use the .dev.env file.
|
||||
# Please use .env.exmaple as an starting point. Rename it to .env and fill in the values, the application needs it.
|
||||
|
||||
# This is the default .env file.
|
||||
|
@ -24,3 +25,5 @@ PASSWORD_HASH_SALT=""
|
|||
# CF TURNSTILE
|
||||
NUXT_CF_TURNSTILE_SITE_KEY=""
|
||||
NUXT_CF_TURNSTILE_SECRET_KEY=""
|
||||
|
||||
NUXT_DEV_ENV=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue