mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 07:41:02 +08:00
30 lines
571 B
Plaintext
30 lines
571 B
Plaintext
# 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.
|
|
|
|
# S3 INFO
|
|
S3_ACCESS_KEY=""
|
|
S3_SECRET_KEY=""
|
|
S3_BUCKETNAME=""
|
|
S3_ENDPOINT=""
|
|
|
|
# GITHUB OAUTH (NOT WORKING 4n)
|
|
NUXT_GITHUB_CLIENT_ID=""
|
|
NUXT_GITHUB_CLIENT_SECRET=""
|
|
|
|
# GLOBAL DATABASE
|
|
POSTGRES_URL=""
|
|
|
|
# GROQ API KEY
|
|
GROQ_API_KEY=""
|
|
|
|
# PASSWORD SALT
|
|
PASSWORD_HASH_SALT=""
|
|
|
|
# CF TURNSTILE
|
|
NUXT_CF_TURNSTILE_SITE_KEY=""
|
|
NUXT_CF_TURNSTILE_SECRET_KEY=""
|
|
|
|
NUXT_DEV_ENV=false
|