mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 15:39:06 +00:00
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run
12 lines
384 B
Text
12 lines
384 B
Text
# 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=""
|