{
  "name": "auth-service",
  "version": "2.9.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8V3owL1nKq0ihKxMrc23"
  },
  "jwt_secret": "tpJ3KjHsHAKSozeLFPZebsP/OTFK4MT3",
  "api_keys": {
    "stripe": "sk_live_ZlXgH7RyWSN1QbCa5kT0PVBD",
    "sendgrid": "SG.4Tq8D69jjxBRbiC8C8y5V0",
    "twilio_sid": "AC7f2507e6b3c4a3e45c44ceeba4acdf45"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}