1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00
comunicapiv3/config.yaml

45 lines
1.0 KiB
YAML
Raw Normal View History

2020-05-20 17:05:59 +00:00
# Sample server configuration
#
# Copy and paste this file as
# config.private.yaml to edit it safely
#
# @author Pierre HUBERT
# Server listening information
server-address: 0.0.0.0
2021-02-05 09:37:37 +00:00
server-port: 3000
2020-05-20 17:05:59 +00:00
# Server proxy (none = no proxy)
2021-01-23 07:37:58 +00:00
# This value is used to trust upstream proxy
proxy: "127.0.0.1"
2020-05-20 17:05:59 +00:00
# If set to true Access-Control-Allow-Origin will be set for https
2021-02-05 09:37:37 +00:00
force-https: true
2020-05-20 17:05:59 +00:00
# User data storage
2020-07-14 07:15:08 +00:00
storage-url: http://devweb.local/comunic/current/user_data/
2020-05-20 17:05:59 +00:00
storage-path: /home/pierre/Documents/projets_web/comunic/current/user_data/
2021-02-06 15:38:51 +00:00
# Print more information to the console
verbose-mode: true
2020-05-20 17:05:59 +00:00
# Database configuration
database:
host: localhost
name: comunic
username: pierre
2020-07-08 11:33:55 +00:00
password: pierre
# If set to true, every requests made on the database will be shown on the terminal
2021-02-06 15:59:27 +00:00
log-all-queries: true
# Video calls configuration
rtc-relay:
ip: ::ffff:127.0.0.1
token: SecretToken
ice-servers:
- stun:stun.l.google.com:19302
max-users-per-calls: 10
allow-video: true
max-users-per-video-calls: 6