{
  "name": "auth-service",
  "version": "1.1.6",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "3g33PdADqsFTzlRwO2gF"
  },
  "jwt_secret": "KgSQ/m5gOIuDqpH8Wxu7I/90P/GEoykd",
  "api_keys": {
    "stripe": "sk_live_Tl6JIMm14RPMv6eKM0iC7Df2",
    "sendgrid": "SG.ov1GrUfj5eupwCVWkIDtFU",
    "twilio_sid": "AC724d57d1b718784adf75511f3eb0c876"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}