{
  "name": "payment-service",
  "version": "1.1.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1lMFhWMRGRozOmkyAcP9"
  },
  "jwt_secret": "ckruqqiyQLVCYFpWSfIZ6VUZih2Stgfb",
  "api_keys": {
    "stripe": "sk_live_yFO1Kq9Q3uJ9UAAozTeBP7nm",
    "sendgrid": "SG.eAitO35oDDsa0KAgyeVu5B",
    "twilio_sid": "AC9ec965f8d8bf49caf065bf46dd1f1758"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}