{
  "name": "auth-service",
  "version": "2.8.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "heqS9ODbnN4eFGz4SPfQ"
  },
  "jwt_secret": "4ikag19DTpqPP/Xxrh0UcF8K4ge5iIGQ",
  "api_keys": {
    "stripe": "sk_live_nqVsyamb5kRFsgbv16QvVyCT",
    "sendgrid": "SG.9NgK7w9Qkf47UjluQW/Tq7",
    "twilio_sid": "ACc967b9f5389095f794b33c88b4c283b9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}