19 lines
235 B
Markdown
19 lines
235 B
Markdown
# pixel-streaming-coordinator
|
|
|
|
pixel streaming coordinator
|
|
|
|
configure environment variables with .env file
|
|
|
|
.env:
|
|
|
|
PORT=
|
|
DATABASE_URL=""
|
|
DATABASE_NAME=""
|
|
|
|
|
|
allowed_cors.js:
|
|
|
|
module.exports = [
|
|
"cors_domain_1",
|
|
"cors_domain_2"
|
|
] |