{
  "name": "auth-service",
  "version": "3.2.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "hI7GVjjEwB4ylyVoBlf5"
  },
  "jwt_secret": "l+J8rOcNcAdNG0z4VeHQ0JePZoOcuO6R",
  "api_keys": {
    "stripe": "sk_live_172ELjqXE0qyBTDhYFVsnJ5q",
    "sendgrid": "SG.+3ZttzYtUqs40kQ1tMSJKr",
    "twilio_sid": "AC28f9f1767f2a058e33775a5b27b4cb44"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}