# 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 server-port: 3001 # 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 force-https: false # 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 password: pierre