feat: site institucional completo com design system - Implementa\u00e7\u00e3o do site institucional da Aggios com design system completo incluindo gradientes, tipografia, componentes e se\u00e7\u00f5es de recursos, pre\u00e7os e CTA
This commit is contained in:
36
backend/.env.example
Normal file
36
backend/.env.example
Normal file
@@ -0,0 +1,36 @@
|
||||
# Server
|
||||
SERVER_HOST=0.0.0.0
|
||||
SERVER_PORT=8080
|
||||
ENV=development
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||||
|
||||
# Database
|
||||
DB_HOST=postgres
|
||||
DB_PORT=5432
|
||||
DB_USER=aggios
|
||||
DB_PASSWORD=changeme
|
||||
DB_NAME=aggios_db
|
||||
DB_SSL_MODE=disable
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=changeme
|
||||
|
||||
# MinIO
|
||||
MINIO_ENDPOINT=minio:9000
|
||||
MINIO_ROOT_USER=minioadmin
|
||||
MINIO_ROOT_PASSWORD=changeme
|
||||
MINIO_USE_SSL=false
|
||||
MINIO_BUCKET_NAME=aggios
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-me-in-production
|
||||
JWT_EXPIRATION=24h
|
||||
REFRESH_TOKEN_EXPIRATION=7d
|
||||
|
||||
# Cors
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001,https://aggios.app,https://dash.aggios.app
|
||||
|
||||
# Sentry (optional)
|
||||
SENTRY_DSN=
|
||||
Reference in New Issue
Block a user