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

32 lines
765 B
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
2020-05-24 16:10:47 +00:00
server-port: 3001
2020-05-20 17:05:59 +00:00
# Server proxy (none = no proxy)
# This value is used to trust upstream
# IP addresses
proxy: none
# If set to true Access-Control-Allow-Origin will be set for https
2020-05-24 16:19:09 +00:00
force-https: false
2020-05-20 17:05:59 +00:00
# User data storage
storage-url: https://devweb.local/comunic/current/user_data/
storage-path: /home/pierre/Documents/projets_web/comunic/current/user_data/
# 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
log_all_queries: true