feat: add frontend + backend + database to retrieve and compute news from Yahoo
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@ -0,0 +1,16 @@
|
||||
# PostgreSQL
|
||||
POSTGRES_DB=admin
|
||||
POSTGRES_USER=admin
|
||||
POSTGRES_PASSWORD=#Azuw169ytq
|
||||
|
||||
# Backend
|
||||
JWT_SECRET=bK8T5X83JJlTMZc3ZoIoBQbmHybAuEjJ
|
||||
# 32 bytes en hex (générer avec: openssl rand -hex 32)
|
||||
ENCRYPTION_KEY=5a6a104d5ad8d2aee3ccf92d9982b7da0d94167a6c1a01057c1328e640bc977e
|
||||
|
||||
# Compte admin initial (créé au démarrage si inexistant)
|
||||
ADMIN_EMAIL=blomios@gmail.com
|
||||
ADMIN_PASSWORD=#Azuw169ytq
|
||||
|
||||
# Port exposé du frontend (défaut: 80)
|
||||
FRONTEND_PORT=80
|
||||
Reference in New Issue
Block a user