{
  "name": "auth-service",
  "version": "1.5.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UjMswPus1U4cjNfgXFCe"
  },
  "jwt_secret": "JNFsHxScOqqjeRspnc5t/8OQbik53R/h",
  "api_keys": {
    "stripe": "sk_live_EoERCENcDs5ujIuna1z7Y8OL",
    "sendgrid": "SG.v39iH/LkJQ46NCJ8cZVJHE",
    "twilio_sid": "AC8787c56264aabfb98e7b53d83199723b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}