{
  "name": "auth-service",
  "version": "2.8.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3GgZ9yTon8ysyJGOOtaM"
  },
  "jwt_secret": "tKewjxOYcLrYX6u3xy3TWhVDiIaOFYUV",
  "api_keys": {
    "stripe": "sk_live_Sovr4bZiNfaW6j626qwLECI9",
    "sendgrid": "SG.aIdwGsgIhOBAcDycf0/0Ri",
    "twilio_sid": "AC33c0d5e0e86f0db3d66ea5e4feb8c22e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}