{
  "name": "payment-service",
  "version": "1.4.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TIiYcgw7151hT6QJLouc"
  },
  "jwt_secret": "Ryy9KrDi9K08ldCxhbWakQTGTmoWah6o",
  "api_keys": {
    "stripe": "sk_live_oJ69Bg0q2nXqWdr2B7shgxI3",
    "sendgrid": "SG.Ge4GfMWdOl6krw1AyZC2kj",
    "twilio_sid": "AC2d8b04e0317dc1f44d6111df72b446a9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}