4 lines
97 B
Python
4 lines
97 B
Python
class Config:
|
|
frontend_url = 'http://localhost:80'
|
|
backend_url = 'http://localhost:9099'
|