{
  "name": "payment-service",
  "version": "2.7.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WOmc5YulrqowcOrj1oAx"
  },
  "jwt_secret": "v01OxCOMm/ohf+JmVL+j7IzB4JjRL7hk",
  "api_keys": {
    "stripe": "sk_live_9aY9yAyApeRLKKmUCS07OBKw",
    "sendgrid": "SG.HIuo8ekSH0qlwqP+cMOZ7s",
    "twilio_sid": "AC308ad267c7dc37d1de23c103383c0e7e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}