{
  "name": "auth-service",
  "version": "2.7.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NTsJ2vrBnE0JBhmXsV0j"
  },
  "jwt_secret": "g+BzKJcAl95lwZ1giC0Vs8uhfcK49qoG",
  "api_keys": {
    "stripe": "sk_live_gtj7G3Z5OxspLC3WjVmQyqFD",
    "sendgrid": "SG.5HmFlzjEHJs+5ySp+bMNIj",
    "twilio_sid": "AC3ff603f1c1ccf8d1b92af49420e38628"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}