Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
hc-harvester
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandre Chapellon
hc-harvester
Commits
60dae286
Commit
60dae286
authored
Apr 18, 2019
by
Alexandre Chapellon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spring db platform is needed to map DBSize queries
parent
23921c78
Pipeline
#13663
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
application.properties
...oles/alfresco-db-queries/templates/application.properties
+1
-0
main.yml
yml/roles/alfresco-db-queries/vars/main.yml
+6
-0
No files found.
yml/roles/alfresco-db-queries/templates/application.properties
View file @
60dae286
spring.datasource.platform
=
{{ db_platforms[db_url.split(':')[1]] }}
spring.datasource.driver-class-name
=
{{ db_driver }}
spring.datasource.url
=
{{ db_url | replace('${db.name}', db_name) }}
spring.datasource.username
=
{{ db_username }}
...
...
yml/roles/alfresco-db-queries/vars/main.yml
0 → 100644
View file @
60dae286
db_platforms
:
postgres
:
postgresql
oracle
:
oracle
mariadb
:
mysql
mysql
:
mysql
sqlserver
:
microsoft
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment