Accounting Service directory structure - SSO
This page shows the details of the Accounting Service related files on the server under ubilogin-sso directory:
during the installation / upgrade process, and
during runtime
The structure during the installation / upgrade process:
├── template
│ ├── accounting
│ │ └── config
│ │ └── application-install.properties - template of properties for setup
...
├── ubilogin
│ ├── accounting
│ │ └── config
│ │ └── application-install.properties - properties generated in setup
│ ├── config
│ │ ├── accounting
│ │ │ └── config
│ │ │ └── application.yaml - default configuration settings including application-install.properties for setup
│ ...
│ ├── custom
│ │ ├── accounting
│ │ │ └── config
│ │ │ └── application.yaml - custom configuration settings including application-install.properties, copied from default in setup The structure during runtime:
├── accounting
│ ├── config
│ │ ├── accounting-service.secret - if default location used
│ │ ├── application-install.properties - copied from the one generated in setup
│ │ └── application.yaml - copied from custom configuration settings
│ ├── ids-accounting-service.jar - the executable JAR
│ └── logs
│ ├── ids-accounting_audit.log - if default log settings used
│ └── ids-accounting.log - if default log settings used