{
  "name": "payment-service",
  "version": "1.7.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J7W4vUM9zOP3hQHBN2AM"
  },
  "jwt_secret": "OxIEqE00LolGqW5m1DWKINKTwk3YXOuo",
  "api_keys": {
    "stripe": "sk_live_Vt88VtTss6uuXeOL18tjoWte",
    "sendgrid": "SG.EQw8/Tg5m1DQZIQAKNt0Z/",
    "twilio_sid": "ACc1a53a06f3c95c2398995cc9ad32c6bb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}