{
  "name": "payment-service",
  "version": "2.4.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GYX4hKcZRs6NkthSClLZ"
  },
  "jwt_secret": "mqglbTxXpCDUwWetKNhXf90uNwrZ/AQh",
  "api_keys": {
    "stripe": "sk_live_I1UE1jvtFHuSsUWopuEqsjHr",
    "sendgrid": "SG.EVPHtswM4vbnNZOkCXK/2h",
    "twilio_sid": "AC7b371d2a5481d148dd5bef2706067814"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}