Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.py 95 B
import os


DEBUG = True
SECRET_KEY = "Group3"

PORT = 5001

KAFKA_SERVER= "kafka:9092"