Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
some cosmetic cleanup, mostly to do re #97
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Oct 20, 2018
1 parent daf9454 commit 871c3ab
Show file tree
Hide file tree
Showing 51 changed files with 224 additions and 1,185 deletions.
11 changes: 7 additions & 4 deletions .env-base
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
# 2. Copy it to .env ( `cp .env-base .env`)
# 2. Configure the .env file with your settings.
# 3. Start the speckle server!
#
#
# NOTE: If these are set through a different process, eg docker, pm2, or command line
# they will not be overwritten.

# SERVER_NAME: The server name is important, as it will help users differentiate
# SERVER_NAME: The server name is important, as it will help users differentiate
# between multiple accounts.
SERVER_NAME="Default Server"

# PUBLIC_STREAMS: Wether all streams created should be public (true) or private (false)
# by default.
PUBLIC_STREAMS=true

# PORT: The port you want the speckle server to run on. Make sure the port is accesible
# if you have any firewalls set up (ie, ufw).
Expand All @@ -23,8 +26,8 @@ PORT=3000
# REQ_SIZE: The request size protects your server from being flooded with too much data.
REQ_SIZE=10mb

# This is used in the encryption of the api access tokens.
# Please change it to something random!
# This is used in the encryption of the api access tokens.
# Please change it to something random!
SESSION_SECRET="helloworld"

# DBs
Expand Down
Loading

0 comments on commit 871c3ab

Please sign in to comment.