5 lines
143 B
Python
5 lines
143 B
Python
"""Foundation-1 service constants and configuration."""
|
|
|
|
FOUNDATION1_PORT = 8002
|
|
FOUNDATION1_BASE_URL = f"http://127.0.0.1:{FOUNDATION1_PORT}"
|