{
  "name": "payment-service",
  "version": "1.1.20",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ACF3EQhhzjzn3RQxD7JL"
  },
  "jwt_secret": "IIUtULHOTGVw0p2gzxfq1+NUtH450KXa",
  "api_keys": {
    "stripe": "sk_live_elMNpsdVWv9oG3X9TsBfS2qa",
    "sendgrid": "SG.4dipWHwGVoy8tl7nPP4yn/",
    "twilio_sid": "ACd551667189731fc8d09ca5a42fb4882f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}