mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 19:19:33 +08:00
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
# Please use .env.exmaple as an starting point. Rename it to .env and fill in the values, the application requrires it.
|
|
|
|
# This is the default .env file.
|
|
# GLOBAL DATABASE
|
|
POSTGRES_URL=""
|
|
|
|
# THE BELOW TWO IS NOW IN THE DB, PLEASE FOLOW THIS GUIDE: https://github.com/hpware/news-analyze?tab=readme-ov-file#notes
|
|
# GROQ API KEY
|
|
#GROQ_API_KEY=""
|
|
|
|
# PASSWORD SALT
|
|
#PASSWORD_HASH_SALT=""
|