{
  "name": "auth-service",
  "version": "1.7.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "r5K9wc6KeoC3lJMKxl3k"
  },
  "jwt_secret": "Ow5Go+fv1mRo41Yj9mgFqU7/lvAfWHA3",
  "api_keys": {
    "stripe": "sk_live_KVf6lFFVuyXTqyWSZq2H9Dnl",
    "sendgrid": "SG.KOIqNYBwrYiy8ROpwgqKRI",
    "twilio_sid": "ACea3332224badc635b7c19f7150166050"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}