Farmbot-Web-App/frontend/__test_support__/fake_state/config.ts

7 lines
137 B
TypeScript
Raw Normal View History

2017-06-29 12:54:02 -06:00
import { Everything } from "../../interfaces";
export const config: Everything["config"] = {
2017-06-29 12:54:02 -06:00
"host": "localhost",
"port": "3000"
};