diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-06-23 19:53:56 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-06-23 19:53:56 -0700 |
commit | 09ecc1653d46865d130e4f5ffbb3d257e49ac73b (patch) | |
tree | 2633a1934e59dcc85eba8b5c319deed9a98fec99 /src/com/p4square/grow/config/Config.java | |
parent | f09fc6ab4d9da8c24333b4d96c51c72816e86768 (diff) |
Setting different throughputs for dev/prod tables.
Diffstat (limited to 'src/com/p4square/grow/config/Config.java')
-rw-r--r-- | src/com/p4square/grow/config/Config.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/p4square/grow/config/Config.java b/src/com/p4square/grow/config/Config.java index 7c9cc0d..e89990b 100644 --- a/src/com/p4square/grow/config/Config.java +++ b/src/com/p4square/grow/config/Config.java @@ -54,6 +54,13 @@ public class Config { } /** + * @return the current domain. + */ + public String getDomain() { + return mDomain; + } + + /** * Load properties from a file. * Any exceptions are logged and suppressed. */ |