{
  "name": "payment-service",
  "version": "3.2.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gdRWK7x7TEiHz1iWYL7I"
  },
  "jwt_secret": "uR6NnjA4hE8qcQVPo2Ec6Hdw1n1VF9Ln",
  "api_keys": {
    "stripe": "sk_live_SuD0ssBVEzPMy66AVmJKEqBN",
    "sendgrid": "SG.s7pk509qmVpKgeguvDN0da",
    "twilio_sid": "AC280c0255d2df6e52cb20d2fdb90c24f4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}