Initial commit: Office365 web management platform
This commit is contained in:
22
.env.example
Normal file
22
.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
APP_NAME=Office 365 User Management Platform
|
||||
HOST=0.0.0.0
|
||||
PORT=8000
|
||||
DEBUG=false
|
||||
|
||||
# Web login. If left empty, the management UI will run without login protection.
|
||||
WEB_AUTH_ENABLED=true
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=ChangeMe123!
|
||||
SESSION_SECRET=please-change-this-session-secret
|
||||
|
||||
# Microsoft Graph app registration
|
||||
CLIENT_ID=
|
||||
TENANT_ID=
|
||||
CLIENT_SECRET=
|
||||
|
||||
# User defaults
|
||||
DEFAULT_PASSWORD=ChangeMe!2026
|
||||
DEFAULT_DOMAIN=yourtenant.onmicrosoft.com
|
||||
DEFAULT_USAGE_LOCATION=US
|
||||
DEFAULT_LICENSE_SKU=
|
||||
FORCE_CHANGE_PASSWORD=true
|
||||
Reference in New Issue
Block a user