Skip to content

kbyyd24/cloudNote

Repository files navigation

#voice cloud note

this program is running on a server the data of note are saving on OSS os aliyun

###you have to edit dataCenter.php to make your program to run

<?php
class dataCenter {
	const HOST_DB = "";		//your database
	const HOST = "";		//the host of database
	const USER = "";		//user name of database
	const PASSWORD = "";	//password of user
	const BUCKET = "";		//bucket of aliyun OSS
	const ACCESSID = "";	//ACCESSID of aliyun OSS
	const ACCESSKEY = "";	//ACCESSKEY of aliyun OSS
}
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published