{
  "name": "auth-service",
  "version": "1.2.6",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sWl9FtJ3CBQTRTZaf8Y0"
  },
  "jwt_secret": "H4kxhh89s+JgNWP2XC+SyyZMDz3MKS4N",
  "api_keys": {
    "stripe": "sk_live_cN4p4m240IyIcO1x3HTHdLiz",
    "sendgrid": "SG.PrdeSJN6lexzjgcvrcT5o1",
    "twilio_sid": "AC44630829137de04a80011870ac73b50b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}