spring: profiles: active: ${APP_PROFILE:dev} application: name: ${APP_NAME:cubetiq-api-service} data: mongodb: uri: ${MONGODB_URI:mongodb://192.168.0.202:27017/spring-web-api-db} cubetiq: app: data-dir: ${APP_DATA_DIR:${user.home}/${spring.application.name}} name: CUBETIQ Web API description: CUBETIQ Spring Web API's Documentation logging: file: path: ${LOGGING_FILE_PATH:${cubetiq.app.data-dir}/logs/} name: ${logging.file.path}/app.log springdoc: api-docs: enabled: true swagger-ui: path: /swagger-ui