Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Tamir added s Play framework recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir Korem committed Aug 10, 2012
1 parent 04985a6 commit 4da36f4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions services/play/README.md
Expand Up @@ -53,15 +53,14 @@ We are working on solving this problem.

Set the **dbServiceName** property ONLY if your application uses a db.

Example:
For MySQL , use the following
dbServiceName="mysql"

or for PostgreSQL (not supported -so u need to implement it your self) , use the following

dbServiceName="postgresql"
Example:

For MySQL , use the following
dbServiceName="mysql"
or for PostgreSQL (not supported -so u need to implement it your self) , use the following
dbServiceName="postgresql"

If your application doesn't required a db, leave this property as is (NO_DB_REQUIRED) or remove it.
If your application doesn't required a db, leave this property as is (NO_DB_REQUIRED) or remove it.

Set the **dbHost** property ONLY if your application uses a db which is NOT installed by Cloudify,
otherwise leave is (DB_INSTALLED_BY_CLOUDIFY) or remove it.
Expand Down

0 comments on commit 4da36f4

Please sign in to comment.