-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.0.0' of https://github.com/tekdi/shiksha-work…
- Loading branch information
Showing
38 changed files
with
3,316 additions
and
2,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
BASE_URL="" # Middleware Path - eg : "https://middleware.prathamdigital.org" | ||
AUTH_API_TOKEN="" # User Auth Access Token | ||
NEXT_PUBLIC_TENANT_ID="" # Tenant Id of User | ||
NEXT_PUBLIC_CLOUD_STORAGE_URL="" # Use environment variable for S3 Cloud Storage URL - should have / at the end. | ||
NEXT_PUBLIC_CHANNEL_ID="" # Channel Id of knowlg-inQuiry setup | ||
NEXT_PUBLIC_FRAMEWORK_ID="" # Framework Id of knowlg-inQuiry setup | ||
BASE_URL="" # Middleware Path - eg : "https://middleware.prathamdigital.org" | ||
AUTH_API_TOKEN="" # User Auth Access Token | ||
NEXT_PUBLIC_TENANT_ID="" # Tenant Id of User | ||
NEXT_PUBLIC_CLOUD_STORAGE_URL="" # Use environment variable for S3 Cloud Storage URL - should have / at the end. | ||
NEXT_PUBLIC_CHANNEL_ID="" # Channel Id of knowlg-inQuiry setup | ||
NEXT_PUBLIC_FRAMEWORK_ID="" # Framework Id of knowlg-inQuiry setup | ||
NEXT_PUBLIC_TELEMETRY_URL="" #telemetry service path | ||
AWS_ACCESS_KEY_ID="" # For AWS S3 large file chunks upload | ||
AWS_ACCESS_SECRET_KEY="" # For AWS S3 large file chunks upload | ||
AWS_BUCKET_NAME="" # For AWS S3 large file chunks upload | ||
AWS_REGION="" # For AWS S3 large file chunks upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.