aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/ran-nssmf-simulator/test/test_settings.py
blob: 445d9728f7c9533c388fb854dabe11c137f504fc (plain)
1
2
3
4
5
6
TEST_AUTH_DB_FILE = "test/test_auth.json"
TEST_REST_PORT = 8443
TEST_REST_IP = "127.0.0.1"
TEST_REST_URL = f"https://{TEST_REST_IP}:{TEST_REST_PORT}"
TEST_REST_GET_ACCESS_TOKEN_ENDPOINT = "/api/rest/securityManagement/v1/oauth/token"
TEST_REST_HEADERS = { "Content-Type": "application/json" }