{
  "name": "auth-service",
  "version": "1.7.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hcjFxyuupl3QfP5chLY2"
  },
  "jwt_secret": "t4EgGCHOe+4kv12ugB80F5DaKK1yPx4a",
  "api_keys": {
    "stripe": "sk_live_UuL7bX4RDx32axxqpITeI2jn",
    "sendgrid": "SG.fgJpSt8AxB9CyOsZMgwDfc",
    "twilio_sid": "AC8d1e42dafcf1ab8ddc60d1aa81080b28"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}