diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-05-24 08:56:20 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-05-24 08:56:20 -0700 |
commit | 706466db4a2cdf9978543d2ab5b1e5af1bdbaf09 (patch) | |
tree | c572e83d49053a119a2d7966a9ba129f55301322 /src/grow.properties | |
parent | b191ad08fa7bc43706bbed52a46bc463e5affbb0 (diff) |
Adding region and table name prefix support.
Diffstat (limited to 'src/grow.properties')
-rw-r--r-- | src/grow.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/grow.properties b/src/grow.properties index 941cc0e..cb3b86b 100644 --- a/src/grow.properties +++ b/src/grow.properties @@ -12,3 +12,8 @@ prod.postAccountCreationPage = http://foursquaregrow.com/login.html dev.clusterName = Dev Cluster prod.clusterName = Prod Cluster + +*.awsRegion = us-west-2 +prod.dynamoTablePrefix = grow-prod- +serverprod.dynamoTablePrefix = grow-prod- +dev.dynamoTablePrefix = grow-dev- |