{
  "name": "auth-service",
  "version": "3.6.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dUIcTKTLFhXrtTWuPpDa"
  },
  "jwt_secret": "czpAiEe3wpqXbYB5NH4E3nI4CrJiFDD1",
  "api_keys": {
    "stripe": "sk_live_419ZtlBOTpPohbGlAaWbRV8j",
    "sendgrid": "SG.HCy5T7k1LpqD4pz9ik2/sf",
    "twilio_sid": "ACe6e60bcc5343bacce9e12bb8496a6147"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}