{
  "name": "auth-service",
  "version": "1.3.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Rw1mQpiRFXm4rb2TehOQ"
  },
  "jwt_secret": "7CknHiJ/8dnDQxRJPoLkzSdHlwEd7oAY",
  "api_keys": {
    "stripe": "sk_live_XfAwgXAodCN6oWNR7RUn6xaj",
    "sendgrid": "SG.dOLyuSVqk0pm1W4qKB2Lms",
    "twilio_sid": "ACd9ca9b38642d914d8d0f3a947e1b524f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}