# NEW DATA MODEL # # Expose the API Server on this port: API_EXPOSED_URL="http://localhost:8888/v0" API_PORT="8888" API_HOST="localhost" # Where is the PubSub Server? PS_EXPOSED_URL="http://localhost:8889/faye" PS_HOST="localhost" PS_PORT="8889" PS_PATH="/faye" PS_API_TOKEN="7ef37799-2037-48bb-a0d3-e97473bf9b23" WEBAPP_EXPOSED_URL="http://localhost:8000" # Define a datasource - !! currently only tested with mongo !! LB_DB_DS_NAME=mongoDs LB_DB_DS_CONNECTOR=mongodb LB_DB_DS_DATABASE=ofsl LB_DB_DS_HOST="127.0.0.1" LB_DB_DS_PORT=27017 # LB_DB_DS_USERNAME="mongoAdmin" # LB_DB_DS_PASSWORD="password" LB_EMAIL_DS_NAME=mailDs LB_EMAIL_DS_CONNECTOR=mail LB_EMAIL_DS_TYPE=SMTP LB_EMAIL_DS_HOST="mail.privateemail.com" LB_EMAIL_DS_PORT=465 LB_EMAIL_DS_USERNAME="hello@openframe.io" LB_EMAIL_DS_PASSWORD="0p3nfr4m3" # OLD DATA MODEL # # Expose the API Server on this port: # PORT="8888" # # Where is the PubSub Server? # PS_PROTOCOL="http" # PS_HOST="0.0.0.0" # PS_PORT="8889" # PS_PATH="/faye" # # An authentication token shared between the api and pubsub servers # PS_API_TOKEN="sharedtoken" # Define a datasource - !! currently only tested with mongo !! # LOOPBACK_DATASOURCE_NAME=mongoDs # LOOPBACK_DATASOURCE_CONNECTOR=mongodb # LOOPBACK_DATASOURCE_DATABASE=ofsl # LOOPBACK_DATASOURCE_HOST="127.0.0.1" # LOOPBACK_DATASOURCE_PORT=27017 # LOOPBACK_DATASOURCE_USERNAME="mongoAdmin" # LOOPBACK_DATASOURCE_PASSWORD="password"