{
  "name": "payment-service",
  "version": "3.7.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GS1oYyH7VfL2MoKb2UIt"
  },
  "jwt_secret": "64Svp+0vf+0pgXm1c3qIhZ555H4gP5fs",
  "api_keys": {
    "stripe": "sk_live_dLExObHflYKrW6TMz4UL9cY1",
    "sendgrid": "SG.TYdvM+BPHQ8bYZHhs/tHEs",
    "twilio_sid": "AC1fdeaa7376c4bb6ea7ddad2b4462c965"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}