stelace / stelace

Open-source marketplace backend in Node.js, empowering Web platforms with Search API, Automation, Auth, Headless CMS… ⚡ :computer:
https://stelace.com
GNU General Public License v3.0
300 stars 64 forks source link

maps api key should be local.js #5

Closed intoku closed 6 years ago

intoku commented 6 years ago

The setting is missing inside this file

woyuen commented 6 years ago

Hi @intoku,

The project settings are split into two locations (the local.js file and the database) because there are two types of settings.

Some settings are not intended to be modified by the administrator (e.g. database connection or email/sms provider data). Those settings are stored into the local.js file. The other type of settings (e.g. maps api key, language and currency) can be modified and are stored into the database.

As explained here https://github.com/stelace/stelace/issues/4#issuecomment-376476916, the dashboard will allow you to change the second type of settings via a graphical interface.

As it is not ready yet, please follow the instructions below to set the Google maps api key setting:

Thanks for feedback. I close this issue but don't hesitate to post any questions if anything is unclear.