{
  "name": "auth-service",
  "version": "3.2.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IlwCshohlZJUt8WC92iR"
  },
  "jwt_secret": "euDl265ATD8jlEe4npASpP403dB9/AUw",
  "api_keys": {
    "stripe": "sk_live_Xa7R3rGNcIsCKAWfPR46oP8v",
    "sendgrid": "SG.I+Joj/NfN3Zy058tz7KE1M",
    "twilio_sid": "AC72c9f1771ad77b75f9da826c645886cd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}