# Domain for REDLINE
## Important!
## Here you should put the domain (or subdomain) you are using to use the system.
## For a local installations, you can use "localhost" or edit the host file to simulate
## a local domain/subdomain, usually located at:
##  > C:\Windows\System32\drivers\etc
## In linux based systems, usually is located at "/etc/hosts"
## You can edit it using the console with the following command:
##  > sudo nano /etc/hosts
REDLINE_DOMAIN=localhost

# Settings
# Windows
#VOLUME_PATH=C:\redatam_volume
# Linux
VOLUME_PATH=/home/redatam/redline 

HTTP_PORT=80
HTTPS_PORT=443

# ================
# RedLine Settings
# ================
## The following settings are used by RedLine in compilation time. If you modify them without
## recompiling the source, you will not see any change.
REDLINE_BACKEND_SUBDIR=redline_back
REDLINE_REDXREST_SUBDIR=redxrest
REDXREST_URI=http://redxrest:8080
# List of active languages for your app. Languages availables: [en: Engligh, es: Spanish]
LANGUAGES=en,es
