{
  "name": "auth-service",
  "version": "1.5.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kUZe6LXF0WrRwyOoKczS"
  },
  "jwt_secret": "hvwGeLQzVSxIYfS5pMG3EeqAWxXZ+82Q",
  "api_keys": {
    "stripe": "sk_live_jonwaJawCeB1AvKVJZaz5kfp",
    "sendgrid": "SG.FnLa/wk+tEvk1LOMXmD4l9",
    "twilio_sid": "ACe73989c0e5db580e7c907f221603a99e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}