-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no config files #1
Comments
Hi @cojovi , Yes, that is something you can create by yourself, If not, EverShop will just load the default configuration Thanks |
I have created config file, my default.json below:
but when i run
|
Hi @thanhtantran , You have a comma here: |
Hey @treoden, i'm trying to build a multitenant application using evershop. i have modified the tables to include necessary data by extensions. can you specify how can i do that, and also can i disable default banner in landing page? by the way great work with evershop |
Hi @Dhanasaitholeti , can you specify how can i do that EverShop uses GraphQL for data fetching, depends on what kind of data you need to change you can have a custom GraphQL type and resolvers to make it work. You can check more details here: https://evershop.io/docs/development/knowledge-base/graphql and also can i disable default banner in landing page? Thanks |
i have built evershop in all 3 ways available; npx, npm, and docker and none of the three contain a "config/default.json" nor a config folder at all... is this something i create of my own? the install details lead me to beleive it should be already there.
any help?
The text was updated successfully, but these errors were encountered: