{
  "name": "auth-service",
  "version": "2.0.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B3SghqPYo0Z1QadsIUgs"
  },
  "jwt_secret": "zcYRKV7wQfZFrRl2n7roi6FG1d6Q3A1L",
  "api_keys": {
    "stripe": "sk_live_ivsucxdsuDN0Y5iKFBcNPGzS",
    "sendgrid": "SG.BJsdwxGcTCXoAJk4PAom33",
    "twilio_sid": "ACf0b17938ea04cdf4718817a092aaa355"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}