{
  "name": "user-service",
  "version": "3.5.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "INpWAa4kZhP7gveUkY98"
  },
  "jwt_secret": "HqifAShyRJHaaE0YhVabkZYyVOiebVey",
  "api_keys": {
    "stripe": "sk_live_ergtYfqWhxtdFV1UeR8UY43I",
    "sendgrid": "SG./UmwzczyeWq4Z6on/rctMJ",
    "twilio_sid": "AC08b018700cb1a1c4ccbb1d9590b7368b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}