mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: update environment setup scripts and enhance animation styles
This commit is contained in:
parent
dc30310cfe
commit
c68606ffbe
6 changed files with 30 additions and 10 deletions
13
.env.example
13
.env.example
|
@ -1,4 +1,8 @@
|
|||
# Please use .env.exmaple as an starting point. Rename it to .env and follow the instructions below to your platform.
|
||||
# If you are using Mac / Linux, run bash clone-env.sh in the terminal.
|
||||
# If you are using Windows, run ps1 clone-env.ps1 in the terminal.
|
||||
|
||||
# This is the default .env file.
|
||||
S3_ACCESS_KEY=
|
||||
S3_SECRET_KEY=
|
||||
S3_BUCKETNAME=
|
||||
|
@ -9,4 +13,11 @@ POSTGRES_URL=
|
|||
GROQ_API_KEY=
|
||||
|
||||
NUXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
||||
NUXT_CLERK_SECRET_KEY=
|
||||
NUXT_CLERK_SECRET_KEY=
|
||||
|
||||
# SCRAPING
|
||||
POSTGRES_DB=""
|
||||
POSTGRES_USER=""
|
||||
POSTGRES_PASSWORD=""
|
||||
POSTGRES_HOST=""
|
||||
POSTGRES_PORT=""
|
Loading…
Add table
Add a link
Reference in a new issue