mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02:00
Add TODOs regarding cloud sql database name change (#1005)
* Add TODOs regarding cloud sql database name change We should choose a different database name for nomulus data since using 'postgres' is bad practice. See b/181693544 more background. We have decided to delay the db change to the time when we upgrade postgresql version. This PR adds TODOs to all occurrences of the jdbcUrl property, including those in the internal-repo. This property will change when we upgrade, so the TODOs will be noticed.
This commit is contained in:
parent
1d9f67ac70
commit
bf5ac3a327
1 changed files with 4 additions and 0 deletions
|
@ -225,6 +225,10 @@ hibernate:
|
|||
|
||||
cloudSql:
|
||||
# jdbc url for the Cloud SQL database.
|
||||
# TODO(b/181693544): change the database name when upgrading postgres version
|
||||
# Using the default 'postgres' is bad practice. See bug for more information.
|
||||
# If jdbcUrl in this file is moved elsewhere, be sure to move this notice
|
||||
# with it until the change is applied.
|
||||
jdbcUrl: jdbc:postgresql://localhost
|
||||
# Username for the database user.
|
||||
username: username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue