{
  "name": "auth-service",
  "version": "2.5.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SmK9j7jTXAOmbp4F9ZTP"
  },
  "jwt_secret": "1crbNDoXt7xFJWNluibgXByhLkwbQH3S",
  "api_keys": {
    "stripe": "sk_live_nvp6dpuB1SdiS38CYW8MIF8p",
    "sendgrid": "SG.dhnBwBgmp4xZ837puyGVuw",
    "twilio_sid": "ACe9cee3a3c25288c99bebbf17e6b5cac2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}