{
  "name": "auth-service",
  "version": "1.9.26",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3bnKdxkZQlYQnejJ7rTU"
  },
  "jwt_secret": "OReZ6J4AJCbl/Oe4KjEkuWcXw4XGDt5Y",
  "api_keys": {
    "stripe": "sk_live_OSDYefIKoA4pAsKX1ZErWj9s",
    "sendgrid": "SG.NwQmgogBm3a5tovxbuwHqa",
    "twilio_sid": "AC7772b51ad82f7c34694f67bdba09f278"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}