niki/deploy/shoppingbasket/development/config.local.yml

34 lines
598 B
YAML

redis:
host: "localhost"
port: 6379
password: ""
db: 0
mysql:
port: 3306
host: localhost
db_name: niki_db
username: niki
password: nikiappt0lk2o20
repo:
cache_kart_key_prefix: "shopping-basket-cart:user_id"
cache_ttl: 864000s # 24h
mysql_ttl: 604800s # 7d
http_server:
host: "localhost"
port: 8080
shutdown_context_timeout: 10s
cors:
allow_origins:
- "*"
logger:
level: "debug" # Can be `debug`, `info`, `warn`, `error`
file_path: "cmd/shoppingbasketapp/logs/service.log"
use_local_time: true
file_max_size_in_mb: 10
file_max_age_in_days: 7