blob: 511b182166677a960a4179ca76600ad1a8c8dcbb [file] [log] [blame]
# --- ENSURE ALL VALUES ARE CORRECT ---
jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.connectionURL=jdbc:mysql://localhost:3306/roller?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8
jdbc.username=scott
jdbc.password=tiger
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect