{
  "name": "auth-service",
  "version": "1.2.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Y70WNWVywtnFq1Gd4lXn"
  },
  "jwt_secret": "z+Gg3LeDqBOh3FoI0f9sr77MlrPJLEXP",
  "api_keys": {
    "stripe": "sk_live_EDeVpZyuBOwg5Kr9IXuP43lx",
    "sendgrid": "SG.73hlKBrXM8MQt2RINI5Gq5",
    "twilio_sid": "ACfe72389a8d2b6deb3c8b1401c655e9b7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}