{
  "name": "auth-service",
  "version": "2.2.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Lwe3HOqOT3a9mw6rO3of"
  },
  "jwt_secret": "36ouXzFVU9wLmRbOuuZSWjmSE15EEi1u",
  "api_keys": {
    "stripe": "sk_live_IuFGRhUF11uK3yauB0Tv7wJm",
    "sendgrid": "SG.2gJp+LrTy+7z/92yBjde0I",
    "twilio_sid": "AC0bdbe129e10e51d3176619b25781cf12"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}