{
  "name": "auth-service",
  "version": "2.0.18",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "3fLtk8Mn8HixiPbRf5Qs"
  },
  "jwt_secret": "dMyCU60B7H2SM0f76wYqKTgXQ5N670AV",
  "api_keys": {
    "stripe": "sk_live_M0JbbiN8i3x8DJFs8GhK5VDq",
    "sendgrid": "SG.J8ZQnfkLR7yapcDypHbFj4",
    "twilio_sid": "ACb7bec23f75c8bb3852cce075f7fedbf9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}