{
  "name": "payment-service",
  "version": "3.5.14",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ISQHKSkhRhpZrBgg5w2n"
  },
  "jwt_secret": "2Eka5zbVyjm+Du5gf0adLv+QHkUaZBux",
  "api_keys": {
    "stripe": "sk_live_oOyjAnmphY3KxpEosnK91ep3",
    "sendgrid": "SG.5bhiMRV5GOIT0UuoKZwh/M",
    "twilio_sid": "AC978485835f0fc3b2735bbabd79a05bb2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}