{
  "name": "auth-service",
  "version": "1.0.14",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "8PXQrzIPBFIhdDI8iEeR"
  },
  "jwt_secret": "pbxcyP90LtyURebVp6rTbIKgLOAslGh8",
  "api_keys": {
    "stripe": "sk_live_DFDOodRIYVBe8jiM1u6L7eX7",
    "sendgrid": "SG.xwZyx+SayhGJAxrx0IM/Lq",
    "twilio_sid": "AC1e7d0b00af355183a877e483f2b4c7a8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}