{
  "name": "auth-service",
  "version": "1.1.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lEAarfOKOV9Ld3yqkgxn"
  },
  "jwt_secret": "+YraokUzKosc1B3pG1ltr/Zr+IvGHwnW",
  "api_keys": {
    "stripe": "sk_live_BtonTgK8clBE3A1amA7QXrpK",
    "sendgrid": "SG.iYdQCBACZmWie3uzNeobWy",
    "twilio_sid": "ACf81b366c071e77739828b7a41c240b92"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}