Skip to content

Instantly share code, notes, and snippets.

@icywind
Created December 11, 2020 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icywind/7d1b79b4c44b2a5ca1a91e865e412118 to your computer and use it in GitHub Desktop.
Save icywind/7d1b79b4c44b2a5ca1a91e865e412118 to your computer and use it in GitHub Desktop.
The configuration variables definition
<?php
// Agora
$AppID = "";
$CustomerID="";
$CustomerSecret="";
$AuthSecret = base64_encode("$CustomerID:$CustomerSecret");
// You define
$RecUID = "889988";
// Amazaon S3
$S3Region = 2;
$S3Bucket = "";
$S3AccessKey = "";
$S3SecretKey = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment