13 lines
504 B
Bash
13 lines
504 B
Bash
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.ваш_токен |