General Settings
After complete the setup guide, you have to configure the app settings, otherwise, you will not be able to use the app properly. This guide will help you to configure the app settings.
Pre-requisites
- You have to complete the setup guide.
- You have to login to the app as
ADMIN
.
Guides
After run the application, you will see the following screen:
Login
Initially, you have to login to the app as ADMIN
. So, you have to go https://ourdomain.com/login
route to login, then you will see dashboard
menu on the profile tab on the navbar.
Settings Page
After login, you have to go to the Settings
page to configure the app settings. You will see the following screen:
Application Name
Click the Edit Icon
to update your application name:
After Edit the application name, click the Check icon
button to save the changes.
Application Mode
The application have two modes: SaaS
and Personal
. You can change the mode from dropdown menu.
SaaS Mode:
On the SaaS
, you have to fill the Stripe information on the .env
file to get payment from user. You can see the Stripe
section on the Settings
page. You can control user file upload, chat and query limit from the Settings
page.
Personal Mode:
On the other hand, on the Personal
mode, you can use the app without any payment. You can control user file upload, chat and query limit from the Settings
page. New user can't login without the ADMIN
approval from '/dashboard/users' page.
Some data will be lost if you change the mode. So, be careful before changing the mode.