{
  "name": "auth-service",
  "version": "2.9.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "g5SH2Bq8IBNxG9HtnWfx"
  },
  "jwt_secret": "JCDVnLwi9LF2ZjSs9/utgDAxDfVhyl0X",
  "api_keys": {
    "stripe": "sk_live_eRo0Kn6eDHW69XyvTJgTVTyd",
    "sendgrid": "SG.oOznH4DAPH4cARKLRGgxmm",
    "twilio_sid": "AC63f2f26fadd747b23c5dc04d490b71f1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}