{
  "name": "auth-service",
  "version": "2.7.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nP9pNsAqgbiBgVmL89Wh"
  },
  "jwt_secret": "muvEbYqvzAO8BT2QFp1l6KEMicugPWyD",
  "api_keys": {
    "stripe": "sk_live_4pOCiHTapNUTyiKpxEHFvPdP",
    "sendgrid": "SG.QgMyXIYkQUsgnT6XO+Umc7",
    "twilio_sid": "AC5b5efe28c3087343e564ee9c52b3b479"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}