{
  "name": "payment-service",
  "version": "1.6.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6D3LkovyQhGz4mKUbWYq"
  },
  "jwt_secret": "PqScO/fGYIykmP9G8+TK50y6607Vug33",
  "api_keys": {
    "stripe": "sk_live_bRMa5BkvbtUsNPs1EisC9OOA",
    "sendgrid": "SG.o/r4szIj4EkLYRHhnJLXYS",
    "twilio_sid": "AC88cf798ac7282525c7ac15bfa4b4018a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}