Skip to content
Snippets Groups Projects
Select Git revision
  • e41b44d0b7088c7c08f5cc060cd8cc61de9a5743
  • master default protected
2 results

config.py.example

Blame
  • config.py.example 189 B
    webhook = "https://example.com/webhook"
    webhook_content_prepend = "New order received! Order ID: "
    delivery_flatrate = 0.0
    mongo_uri = "mongodb://localhost:27017/"
    mongo_db = "pizza_palace"