-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
368 additions
and
350 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Jérémie Pardou | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
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,39 +1,58 @@ | ||
# Secret key generated by Ricochet.js. This is the key issued when you created the site. | ||
RICOCHET_SITE_KEY= | ||
|
||
# --- Ricochet configuration start here | ||
# --- Ricochet configuration start here | ||
|
||
# Ricochet server port and host | ||
# Change this if you need external access | ||
SERVER_PORT=4050 | ||
SERVER_HOST=localhost | ||
|
||
# memory, disk or s3 storage are available | ||
FILE_STORAGE=memory | ||
# Configure the JSON store backend | ||
# Available backends: memory, nedb, mongodb | ||
# Use nedb or mongodb for persistent storage | ||
# Memory store is lost when the server is stopped | ||
STORE_BACKEND=memory | ||
|
||
# S3 storage configuration | ||
S3_ACCESS_KEY= | ||
S3_SECRET_KEY= | ||
S3_ENDPOINT= | ||
S3_BUCKET= | ||
# Uncomment if you use the nedb store backend | ||
#NEDB_BACKEND_DIRNAME=/path/to/data # Any path where Nedb databases will be stored | ||
|
||
# Only for testing purpose | ||
S3_BUCKET_TEST=test-bucket-001 | ||
# Uncomment if you use the mongodb JSON store backend | ||
#MONGODB_URI= | ||
#MONGODB_DATABASE= | ||
|
||
# memory or nedb store backend | ||
STORE_BACKEND=memory | ||
# Configure the file store backend | ||
# Available backend: memory, disk or s3 | ||
# Memory store is lost when the server is stopped | ||
FILE_STORAGE=memory | ||
|
||
NEDB_BACKEND_DIRNAME=/path/to/data # Any path where nedb databases will be kept | ||
# Disk file storage configuration | ||
# Uncomment for 'disk' file storage | ||
#DISK_DESTINATION=/path/to/dir/ | ||
|
||
# S3 storage configuration | ||
# Uncomment the following lines if you want to use 's3' backend storage | ||
#S3_ACCESS_KEY= | ||
#S3_SECRET_KEY= | ||
#S3_ENDPOINT= | ||
#S3_BUCKET= | ||
#S3_REGION= | ||
#S3_PROXY= | ||
#S3_CDN= | ||
#S3_SIGNED_URL= | ||
|
||
# Should be a unique long key here | ||
RICOCHET_SECRET=YourSuperSecretHere | ||
|
||
# Smtp server configuration | ||
# If you let the fake host, sent mails are displayed in the console. | ||
EMAIL_HOST=fake | ||
EMAIL_PORT= | ||
EMAIL_USER= | ||
EMAIL_PASSWORD= | ||
EMAIL_FROM= | ||
|
||
# Webconference Openvidu configuration | ||
# See https://docs.openvidu.io for more information | ||
# --- Ricochet configuration ends here | ||
|
||
# Secret key generated by Ricochet.js when you've registered the site. | ||
RICOCHET_SITE_KEY= | ||
|
||
OPENVIDU_URL= | ||
OPENVIDU_SECRET= | ||
# To show better logs | ||
USE_PINO=1 |
Oops, something went wrong.
0da5b38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://61e33f4f8189e7ef790cad08--airboardgame.netlify.app