intro inbox service

This commit is contained in:
knst-kotov
2022-02-22 14:44:01 +03:00
parent 30f965e6e9
commit c04cd77418
8 changed files with 136 additions and 64 deletions

View File

@@ -2,6 +2,7 @@ from pathlib import Path
from os import environ
PORT = 8080
INBOX_SERVICE_PORT = 8081
BACKEND_URL = environ.get("BACKEND_URL") or "https://localhost:8080"
OAUTH_CALLBACK_URL = environ.get("OAUTH_CALLBACK_URL") or "https://localhost:8080/auth/key-"