{
  "name": "payment-service",
  "version": "1.4.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Qxyr8mQqSRd8Uw6f1LQ1"
  },
  "jwt_secret": "RZ45tOJD8zCOOGDVJfY/+BEBLnE37zLy",
  "api_keys": {
    "stripe": "sk_live_IRAxdZR4XvyWO4coIHMe0P7G",
    "sendgrid": "SG.vgG20z+4tjoxSdMIFpUmR3",
    "twilio_sid": "ACb3e40b8689526a42ec2a05c8b911345a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}