Introduce configuration

This commit is contained in:
John Furrow
2015-12-15 23:29:52 -08:00
parent 81aa20e60d
commit 2d060b4065
+6
View File
@@ -0,0 +1,6 @@
const config = {
maxHistoryStates: 30,
pollInterval: 5000
};
export default config;