{
  "name": "auth-service",
  "version": "3.3.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Tw6QFnLc3YwpdkYi19sH"
  },
  "jwt_secret": "zzuafSllizoP5w7vweyPseqbUW1f0BBH",
  "api_keys": {
    "stripe": "sk_live_BkBJz45XrQVx6eLPp8rI16lm",
    "sendgrid": "SG.JG3hJC9VyR01lFCEd/h7TA",
    "twilio_sid": "AC2e5a4db482f71a709862710ab600c1fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}