Skip to content

Commit

Permalink
MONDRAIN: updated cmdrunner example properties file to reflect the co…
Browse files Browse the repository at this point in the history
…rrect property names

[git-p4: depot-paths = "//open/mondrian/": change = 10304]
  • Loading branch information
Will Gorman committed Dec 14, 2007
1 parent ea32f70 commit a34742c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/cmdrunner.html
Expand Up @@ -185,7 +185,10 @@ <h2>Properties File<a name="Properties_file">&nbsp;</a></h2>
mondrian.catalogURL=file:///home/madonna/mondrian/FoodMartSchema.xml<br>
<br>
# mysql<br>
mondrian.foodmart.jdbcURL=jdbc:mysql://localhost/foodmart?user=foodmart&password=foodmart<br>
mondrian.test.jdbcURL=jdbc:mysql://localhost/foodmart?user=foodmart&password=foodmart<br>
# to specify the jdbc username and password:<br>
# mondrian.test.jdbcUser=foodmart<br>
# mondrian.test.jdbcPassword=foodmart<br>
mondrian.jdbcDrivers=com.mysql.jdbc.Driver<br>
<br>
# Use MD5 based caching for the RolapSchema instance<br>
Expand Down

0 comments on commit a34742c

Please sign in to comment.