Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Advanced Web Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Campbell-Brady, Fin (PG/T - Comp Sci & Elec Eng)
Advanced Web Project
ce08bfa2e8cfdae91b7784d43deb7a7b20cc220a
advanced-web-project
Product_MicroService_Group3
app
config.py
Find file
Normal view
Permalink
config.py
95 B
Newer
Older
First commit for product microservice. It consists of 3 pages and 4 functions:...
Chude, Chiamaka A (PG/T - Comp Sci & Elec Eng)
committed
1 year ago
1
2
3
4
5
6
import
os
DEBUG
=
True
SECRET_KEY
=
"
Group3
"
Update - implemented the event driven architecture with kafka event store and...
Chude, Chiamaka A (PG/T - Comp Sci & Elec Eng)
committed
11 months ago
7
8
PORT
=
5001
Added docker files to the user and product microservices to create docker...
Chude, Chiamaka A (PG/T - Comp Sci & Elec Eng)
committed
11 months ago
9
KAFKA_SERVER
=
"
kafka:9092
"