{
  "name": "auth-service",
  "version": "3.0.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SHp2dxy88JN5Pt7SnqaI"
  },
  "jwt_secret": "4WT3wHE0OzjB/+QwIb7D6TUfLwqu6IJH",
  "api_keys": {
    "stripe": "sk_live_kFgwC1GGUcrtyIC00FtBmPPS",
    "sendgrid": "SG.ByMS63zrOldkzS9BZWukHs",
    "twilio_sid": "ACc992d80b6ddda9f93d85d5a5549f271f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}