Skip to content

totegamma/cc-media-server

Repository files navigation

cc-media-server

Concurrent Media Server

Development

Install

go mod download

DB

docker-compose up -d db

Run

go build -o mediaserver
./mediaserver

Environment Variables

table of environment variables All environment variables are required.

Variable Description Sample
db_dsn Database connection string host=localhost user=postgres password=postgres dbname=concurrent port=5432 sslmode=disable
quota Quota for the storage (Byte) 100000
bucketName Name of the bucket xxxx
endpointUrl Endpoint URL https://xxxxxx.r2.cloudflarestorage.com
region Region auto
accessKeyId Access Key ID
accessKeySecret Access Key Secret
publicBaseUrl Public base URL https://storage.example.com/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •