{
  "name": "user-service",
  "version": "3.1.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qYMvUx4w1JoaldFuSzor"
  },
  "jwt_secret": "N2YxWJijc2XRjiowhlsr5mfNh3YzjI1y",
  "api_keys": {
    "stripe": "sk_live_aZsBVSiqI6gRRaW2TkFLZEIt",
    "sendgrid": "SG.U9/jI7ytiPfU9rwXMeGyx7",
    "twilio_sid": "ACa8c5fcdbf497220c737fffb510713906"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}