Skip to content

Commit

Permalink
updated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cboecking committed Sep 25, 2016
1 parent c97c4af commit 511bf0e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions util/moeboe.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# NOTES:
# - I made sure every element has a different name.
# - Doing so helps you better understand the code that is generated.
# - You many change the below properties as you wish

MOEBOE_PROP_YOUR_REPO_NAME=github.com
MOEBOE_PROP_YOUR_GIT_USER_NAME=cboecking
MOEBOE_PROP_GOA_PACKAGE_NAME=deleteme-0
MOEBOE_PROP_GOA_API_NAME=deleteme-cellar
MOEBOE_PROP_GOA_PACKAGE_NAME=gorma-sample
MOEBOE_PROP_GOA_API_NAME=cellar-aaa
MOEBOE_PROP_GOA_API_PORT=8081
MOEBOE_PROP_GOA_RESOURCE_NAME=account
MOEBOE_PROP_GOA_MEDIA_TYPE_NAME=Accountmedtype #uppercase first, no dashes
MOEBOE_PROP_GORMA_STORAGE_GROUP=deleteme-cellar-stor
MOEBOE_PROP_GORMA_STORAGE_MODEL=AccountModel #uppercase first, no dashes
MOEBOE_PROP_GOA_RESOURCE_NAME=accountbbb #no dashes
MOEBOE_PROP_GOA_MEDIA_TYPE_NAME=Accountccc #uppercase first, no dashes
MOEBOE_PROP_GORMA_STORAGE_GROUP=cellar-stor
MOEBOE_PROP_GORMA_STORAGE_MODEL=Accountddd #uppercase first, no dashes

0 comments on commit 511bf0e

Please sign in to comment.