v test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
id: microsoft-365-service
|
id: microsoft-365-service
|
||||||
name: Microsoft 365 Service
|
name: Microsoft 365 Service
|
||||||
language: python
|
language: python
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
base_path: /apps/microsoft-365-service
|
base_path: /apps/microsoft-365-service
|
||||||
port: 8000
|
port: 8000
|
||||||
status: development
|
status: development
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ from dataclasses import dataclass
|
|||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class Settings:
|
class Settings:
|
||||||
app_name: str = os.getenv("APP_NAME", "Microsoft 365 Service")
|
app_name: str = os.getenv("APP_NAME", "Microsoft 365 Service")
|
||||||
app_version: str = os.getenv("APP_VERSION", "1.0.0")
|
app_version: str = os.getenv("APP_VERSION", "1.0.1")
|
||||||
root_path: str = os.getenv("ROOT_PATH", "")
|
root_path: str = os.getenv("ROOT_PATH", "")
|
||||||
tenant_id: str = os.getenv("MS365_TENANT_ID", "")
|
tenant_id: str = os.getenv("MS365_TENANT_ID", "")
|
||||||
client_id: str = os.getenv("MS365_CLIENT_ID", "")
|
client_id: str = os.getenv("MS365_CLIENT_ID", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user