export default {
  endpoint: {
    baseurl: "https://disgrow.fly.dev"
  },
  error: {
    missingBotId: "Missing bot id"
  },
  pending: {
    limit: 1000
  }
};