Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

1 changed file:

Changes:

  • t3-installer/src/main/assembly/dist/db.properties
    ... ... @@ -23,5 +23,5 @@
    23 23
     login=t3-admin
    
    24 24
     # Super user password that can create and should be also owner of all t3 databases
    
    25 25
     password=a
    
    26
    -# Url pattern used to connect to any base
    
    26
    +# Url pattern used to connect to any base (if you need to change it, please keep the %s, it will be replaced by db name)
    
    27 27
     url=jdbc:postgresql:%s
    \ No newline at end of file