{
  "name": "auth-service",
  "version": "1.2.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7tgVrNWMf15hnHwQsslU"
  },
  "jwt_secret": "GmG17jrbaEc7ttuPO/SIxFnE4urJgFk8",
  "api_keys": {
    "stripe": "sk_live_e1L63yUKIKIsmamlnQlItpXU",
    "sendgrid": "SG.WPWv0NC9aAFGuVtRJM5IYd",
    "twilio_sid": "AC719a59d66716c804ac63d811b7352b37"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}