mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
23 lines
347 B
YAML
23 lines
347 B
YAML
db:
|
|
user: "DATABASE_USERNAME"
|
|
password: "DATABASE_PASSWORD"
|
|
host: "DATABASE_HOST"
|
|
name: "DATABASE_NAME"
|
|
port: 5432
|
|
server:
|
|
host: localhost
|
|
port: 3000
|
|
currency:
|
|
- USD
|
|
- RUB
|
|
- EUR
|
|
- UAH
|
|
- TRY
|
|
- KZT
|
|
proxy:
|
|
protocol: 'https'
|
|
host: '127.0.0.1'
|
|
port: 9000
|
|
auth:
|
|
username: 'mikeymike'
|
|
password: 'rapunz3l'
|