{
  "activeProfiles": ["production"],
  "propertySources": [
    {
      "name": "systemProperties",
      "properties": {
        "java.runtime.name": {"value": "OpenJDK Runtime Environment"},
        "java.vm.version": {"value": "17.0.8+7"}
      }
    },
    {
      "name": "applicationConfig: [classpath:/application.yml]",
      "properties": {
        "spring.datasource.url": {"value": "jdbc:mysql://node3-db.internal.net:3306/subjects_archive"},
        "spring.datasource.username": {"value": "archive_admin"},
        "spring.datasource.password": {"value": "******"},
        "spring.redis.host": {"value": "10.0.3.17"},
        "server.port": {"value": "8443"},
        "management.endpoints.web.exposure.include": {"value": "*"},
        "app.jwt-secret": {"value": "******"},
        "aws.access-key-id": {"value": "AKIA***********MPLE"},
        "aws.secret-access-key": {"value": "******"}
      }
    }
  ]
}
