{
  "name": "payment-service",
  "version": "1.9.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6n6QeuTBlGppRRxx2d0o"
  },
  "jwt_secret": "rduu4Uc04mbpZzvaxV8605ZALxTlpdmW",
  "api_keys": {
    "stripe": "sk_live_1m4kQZrzzvf1BMxqzwyi2NkC",
    "sendgrid": "SG.JXEir+S211NNEW8PvnCLEl",
    "twilio_sid": "ACeef470f190560d3a965a169a86ac1b46"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}