stickyboard.config.js file includes metadata(e.g., title, description) required to render the view, and environment variables will be used to front-end. You can change this file directly.
Environment variables for the back-end must be included in .env file(e.g., .env.development, .env.production). Refer to the below section.
stickyboard.config.js
1
module.exports ={
2
metadata:{
3
title:'StickyBoard',
4
description:'On-Demand Dashboard Solution based on React',