mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 00:33:14 -06:00
AZURE-211 Set base url for SQL Server
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
- "Environment=JDBC_URL={{ atl_jdbc_url }}"
|
||||
|
||||
atl_jdbc_encoding: 'UNICODE'
|
||||
atl_jdbc_collation: 'Latin1_General_CS_AS'
|
||||
atl_jdbc_collation: "{{ 'C' if atl_db_engine == 'rds_postgres' else 'Latin1_General_CS_AS' }}"
|
||||
atl_jdbc_ctype: 'C'
|
||||
atl_jdbc_template: 'template0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user