{
  "name": "payment-service",
  "version": "1.6.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Q2u6c4ox4iMVD21TUECI"
  },
  "jwt_secret": "486YkjnoKrRC2YBzPO8u8j1s9rrDNQyd",
  "api_keys": {
    "stripe": "sk_live_N4FleC1YDkScQQrHvCrMZtDe",
    "sendgrid": "SG.EJMmLuQY3lobIVuWBzh+d7",
    "twilio_sid": "AC189287d8f08865e5b6f78de57162a67f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}