| spring: |
| main: |
| allow-bean-definition-overriding: true |
| profiles: |
| active: test |
| include: backoffice |
| application: |
| name: artandscience-security |
| datasource: |
| hikari: |
| data-source-properties: |
| prepareThreshold: 0 |
| autosave: conservative |
|
|
| url: 'jdbc:h2:mem:testdb' |
| username: 'username' |
| password: 'pass' |
| driver-class-name: org.h2.Driver |
| jpa: |
| hibernate: |
| ddl-auto: none |
| properties: |
| hibernate: |
| hbm2ddl: |
| auto: none |
| cloud: |
| openfeign: |
| client: |
| config: |
| default: |
| connectTimeout: 3000 |
| readTimeout: 3000 |
|
|
| server: |
| port: 9090 |
| servlet: |
| context-path: /security-service |
|
|
|
|
| cookie: |
| name: ART_SCIENCE_SESSION_ID |
|
|
| firebase: |
| web-api: |
| name: firebase-web-api |
| api-key: 'test123' |
| base-url: 'http://www.google.com' |
| sign-up: 'signUp' |
| sign-in: 'signIn' |
| get-token: 'token' |
|
|
| provider: |
| waf: |
| username: 'username' |
| password: 'pass' |
| diamond: |
| username: 'username' |
| password: 'pass' |
|
|
| security: |
| jwt: |
| secret-base64: NTFlZjJlMzIwNTRhYWQxOTI4ZWMzYzAzYWE4ZWM1ZjQ= |
| messagebox-cache-expire-time: 3444 |
|
|
|
|
| firebase-service-account: |
| type: 'type' |
| projectId: 'project-id' |
| privateKeyId: 'private-key-id' |
| privateKey: 'private-key' |
| clientEmail: 'account-mail' |
| clientId: 'client-id' |
| authUri: 'auth-uri' |
| tokenUri: 'token-uri' |
| authProviderCert: 'auth-provider-cert' |
| clientCertUrl: 'cert-url' |
| universeDomain: 'universe-domain' |