madipo2611 0d4b8b203e v0.0.2
2025-05-01 12:17:42 +03:00

13 lines
504 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SERVER_HOST=localhost
SERVER_PORT=3006
DB_DSN=postgres://user:password@localhost:5432/blog?sslmode=disable
ACCESS_TOKEN_SECRET="e5159eb2a712a47fb578284c36d507664f922f968ee99fa0b68260208d85688b"
REFRESH_TOKEN_SECRET="75afdd4abdc49f647c57bfa700f0cc01fb931b5f6b2176386f93f64692179946"
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USERNAME=user@example.com
SMTP_PASSWORD=yourpassword
SMTP_FROM=noreply@example.com
APP_URL=https://your-app.com
VAULT_ADDR=http://localhost:8200
VAULT_TOKEN=s.ваш_токен