{
  "name": "payment-service",
  "version": "1.1.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "y9rbsZeSPjgvkfcPatut"
  },
  "jwt_secret": "teHAcQ0k2+EYGLI5zdn/ZL8YxyC105NF",
  "api_keys": {
    "stripe": "sk_live_6MxJPCRB92qaxMKbIo4MoLeY",
    "sendgrid": "SG.1fZZW7lDJSOpAubcPornBo",
    "twilio_sid": "AC5313d693fb985ded4e964d62024a1907"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}