Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.16 KB

Ghadyani Framework for Webpack, React, and Redux

Codeship Status for Sawtaytoes/Ghadyani-Framework-Webpack-React-Redux

Running Locally

yarn start

Configuration Settings

Default config values are found in server/configs/configSettings.js.

Create a custom config.js in server/configs/ to change from the default 'production' to 'development' and use https so long as there is a provided local SSL cert in conf/.

Example

module.exports = {
	env: 'development',
	protocol: 'https',
	port: 443,
}

You can also use Node.js environment variables:

  • HOSTNAME
  • MAIL_FROM
  • MAIL_SEND_PATH
  • NODE_ENV
  • PORT
  • PROTOCOL
  • PROXY_HOSTNAME
  • PROXY_PORT
  • SMTP_CREDENTIALS
  • TESTS_PATH