{
  "name": "auth-service",
  "version": "2.0.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6KBmgyGwf1tSv5qxtWVY"
  },
  "jwt_secret": "qe8+Ct50C08vVkpsLQcZdty4mZjhSKwm",
  "api_keys": {
    "stripe": "sk_live_Wcx6aBbVlZWyzMmbBTqRS0Jx",
    "sendgrid": "SG.aIN+WKL5NdxjrTpBepATi3",
    "twilio_sid": "ACf6382c8a77676e84fcfc3034aeac0d46"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}