Changeset 43


Ignore:
Timestamp:
Nov 3, 2009, 1:51:10 PM (14 years ago)
Author:
ademcan
Message:

Changing the url for PostgreSQL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/DataSource.groovy

    r42 r43  
    3333                            //Postgres
    3434                            driverClassName = "org.postgresql.Driver"
    35                             url = "jdbc:postgresql://localhost/gscf"
     35                            url = "jdbc:postgresql://localhost:5432/gscf"
    3636
    3737                            //MySQL
Note: See TracChangeset for help on using the changeset viewer.