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:
17
.env
Normal file
17
.env
Normal file
@@ -0,0 +1,17 @@
|
||||
# Database
|
||||
DB_USER=aggios
|
||||
DB_PASSWORD=changeme
|
||||
DB_NAME=aggios_db
|
||||
|
||||
# Redis
|
||||
REDIS_PASSWORD=changeme
|
||||
|
||||
# MinIO
|
||||
MINIO_ROOT_USER=minioadmin
|
||||
MINIO_ROOT_PASSWORD=changeme
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-me-in-production
|
||||
|
||||
# CORS
|
||||
CORS_ALLOWED_ORIGINS=http://localhost,http://dash.localhost,http://api.localhost
|
||||
Reference in New Issue
Block a user