|
| 1 | +build.number=209 |
| 2 | +build.date=Tue Jan 21 08:42:40 IST 2025 |
| 3 | +spring.profiles.default=dev |
| 4 | +service.org=arafkarsh |
| 5 | +service.name=MS-Vanilla |
| 6 | +service.api.name=ms-vanilla |
| 7 | +service.api.prefix=api |
| 8 | +service.api.version=v1 |
| 9 | +service.api.error.prefix=13 |
| 10 | +service.container=ms-vanilla-service |
| 11 | +service.api.repository=https://github.com/arafkarsh/ms-springboot-334-vanilla |
| 12 | +service.api.path=/${service.api.name}/${service.api.prefix}/${service.api.version} |
| 13 | +service.url=http://www.arafkarsh.com/ |
| 14 | +service.license=Apache 2 License |
| 15 | +service.license.url=https://github.com/arafkarsh/ms-springboot-334-vanilla?tab=Apache-2.0-1-ov-file |
| 16 | +server.port=9334 |
| 17 | +server.version=0.3.4 |
| 18 | +server.restart=false |
| 19 | +server.leak.test=3 |
| 20 | +server.resources.url=${service.url}${service.api.path} |
| 21 | +server.api.url.print=true |
| 22 | +server.crypto.public.key=publicKey.pem |
| 23 | +server.crypto.private.key=privateKey.pem |
| 24 | +server.token.issuer=${service.org} |
| 25 | +server.token.type=1 |
| 26 | +server.token.test=true |
| 27 | +server.token.auth.expiry=600000 |
| 28 | +server.token.refresh.expiry=3600000 |
| 29 | +server.token.key=<([1234567890SecretKey!!To??Encrypt##Data@12345%6790])> |
| 30 | +server.secure.data.key=<([1234567890SecretKEY!!TO??Encrypt##DATA@12345%6790])> |
| 31 | +server.keycloak.url=http://localhost:8080/realms/Fusion-Air/protocol/openid-connect/token |
| 32 | +server.keycloak.certs=http://localhost:8080/realms/Fusion-Air/protocol/openid-connect/certs |
| 33 | +server.keycloak.clientId=fusion-air-user-service |
| 34 | +server.keycloak.secret=2AGe7XxP8evCmhdjD3cmgpE23y0g6PGU |
| 35 | +server.keycloak.grantType=password |
| 36 | +server.keycloak.publicKey=publicKey.KeyCloak.pem |
| 37 | +server.keycloak.issuer=http://localhost:8080/realms/Fusion-Air |
| 38 | +server.keycloak.enabled=false |
| 39 | +server.host=localhost |
| 40 | +server.host.dev=http://localhost:${server.port} |
| 41 | +server.host.dev.desc=Development Server |
| 42 | +server.host.uat=https://uat.${service.org}.com |
| 43 | +server.host.uat.desc=UAT Server |
| 44 | +server.host.prod=https://prod.${service.org}.com |
| 45 | +server.host.prod.desc=Production Server |
| 46 | +server.error.whitelabel.enabled=true |
| 47 | +server.vulnerability.demos.allowed=false |
| 48 | +spring.codec.max-in-memory-size=3MB |
| 49 | +app.property.product=fusion.air.product |
| 50 | +app.property.product.list=/create, /status, /all/secured, /search/product, /search/price, /search/active, /deactivate, /activate, /update, /update/price, /update/details, /delete |
| 51 | +app.property.list=element1, element2, element3 |
| 52 | +app.property.map={key1:'val1', key2 : 'val2', key3 : 'val3'} |
| 53 | +logging.group.tomcat=org.apache.catalina, org.apache.coyote, org.apache.tomcat |
| 54 | +logging.level.org.springframework.boot.web.servlet=INFO |
| 55 | +logging.level.org.springframework.web.servlet.DispatcherServlet=INFO |
| 56 | +logging.level.org.springframework.security.web.FilterChainProxy=INFO |
| 57 | +logging.level.web=INFO |
| 58 | +logging.level.sql=INFO |
| 59 | +logging.level.tomcat=INFO |
| 60 | +logging.level.root=INFO |
| 61 | +logging.config=classpath:logback-spring.xml |
| 62 | +logging.format=plain |
| 63 | +logging.path=/tmp/logs/${service.api.name} |
| 64 | +logging.file.name=${service.api.name}.v${server.version} |
| 65 | +logging.pattern.rolling-file-name=${logging.path}/${logging.file.name}-%d{yyyy-MM-dd}-%i |
| 66 | +logging.file.max-size=10MB |
| 67 | +logging.file.max-history=100 |
| 68 | +logging.file.total-size-cap=3GB |
| 69 | +springdoc.show-actuator=true |
| 70 | +management.endpoints.web.exposure.include=health,metrics,prometheus,info |
| 71 | +management.endpoint.health.enabled=true |
| 72 | +management.endpoint.metrics.enabled=true |
| 73 | +management.endpoint.prometheus.enabled=true |
| 74 | +management.metrics.export.prometheus.enabled=true |
| 75 | +management.metrics.enable.jvm=false |
| 76 | +management.metrics.enable.jvm.gc=false |
| 77 | +management.metrics.enable.datasource=false |
| 78 | +otel.propagators=tracecontext |
| 79 | +otel.resource.attributes.deployment.environment=dev |
| 80 | +otel.resource.attributes.service.name=ms-vanilla |
| 81 | +otel.resource.attributes.service.namespace=shopping |
| 82 | +otel.javaagent.debug=true |
| 83 | +otel.service.name=${service.container} |
| 84 | +otel.exporter.otlp.endpoint=http://localhost:4318 |
| 85 | +otel.traces.exporter=none |
| 86 | +otel.metrics.exporter=none |
| 87 | +otel.logs.exporter=none |
| 88 | +otel.instrumentation.common.default-enabled=false |
| 89 | +otel.instrumentation.jdbc.enabled=false |
| 90 | +otel.instrumentation.logback-mdc.enabled=true |
| 91 | +otel.instrumentation.spring-web.enabled=true |
| 92 | +otel.instrumentation.spring-webmvc.enabled=true |
| 93 | +otel.instrumentation.micrometer.enabled=true |
| 94 | +otel.instrumentation.kafka.enabled=false |
| 95 | +otel.instrumentation.mongo.enabled=false |
| 96 | +jasypt.encryptor.password=${JASYPT_ENCRYPTOR_PASSWORD} |
| 97 | +jasypt.encryptor.algorithm=PBEWithHmacSHA512AndAES_256 |
| 98 | +jasypt.encryptor.iv-generator-classname=org.jasypt.iv.RandomIvGenerator |
| 99 | +jasypt.encryptor.salt-generator-classname=org.jasypt.salt.RandomSaltGenerator |
| 100 | +db.server=mem |
| 101 | +db.port=5432 |
| 102 | +db.name=ms_cache |
| 103 | +db.schema=ms_schema |
| 104 | +db.vendor=H2 |
| 105 | +spring.datasource.url=jdbc:h2:${db.server}:${db.name};DB_CLOSE_ON_EXIT=FALSE |
| 106 | +spring.datasource.driverClassName=org.h2.Driver |
| 107 | +spring.datasource.username=sa |
| 108 | +spring.datasource.password=ENC(lA6JCEpK7+wuHDpB1A41DOUfn6L74DQxaazXLTjyQHY5/X6CONfUEyDt6erWifrN) |
| 109 | +spring.jpa.database-platform=org.hibernate.dialect.H2Dialect |
| 110 | +spring.datasource.hikari.connection-test-query=SELECT 1 |
| 111 | +spring.jpa.show-sql=true |
| 112 | +spring.jpa.defer-datasource-initialization=true |
| 113 | +spring.jpa.hibernate.ddl-auto=create-drop |
| 114 | +spring.jpa.properties.hibernate.format_sql=true |
| 115 | +spring.jpa.properties.hibernate.validator.apply_to_ddl=false |
| 116 | +remote.host=127.0.0.1 |
| 117 | +remote.port=8080 |
| 118 | +remote.protocol=http |
| 119 | +springdoc.api-docs.path=${service.api.path} |
| 120 | +springdoc.swagger-ui.path=${service.api.path}/swagger-ui.html |
| 121 | +springdoc.swagger-ui.tryItOutEnabled=true |
| 122 | +springdoc.swagger-ui.filter=true |
| 123 | +springdoc.swagger-ui.use-root-path=true |
| 124 | +springdoc.swagger-ui.disable-swagger-default-url=true |
| 125 | +server.forward-headers-strategy=framework |
| 126 | +springdoc.cache.disabled=true |
| 127 | +springdoc.writer-with-default-pretty-printer=true |
| 128 | +springdoc.api-docs.enabled=true |
| 129 | +springdoc.swagger-ui.operationsSorter=method |
| 130 | +springdoc.swagger-ui.tagsSorter=alpha |
0 commit comments