{
  "name": "auth-service",
  "version": "1.4.5",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "hLZov3qhIPR9E4joH4qN"
  },
  "jwt_secret": "K4/NsrXUXXArrjPimAwceDHpU+FnORuF",
  "api_keys": {
    "stripe": "sk_live_fIl8iTrvxFWhvoVSKo1lLQMX",
    "sendgrid": "SG.Zw2ZdNYShtxSzZrYfWmhll",
    "twilio_sid": "AC10fc908b264ef80f459dd297451c6c4f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}