API Configuration
Parameters and Variables for Your API
Your Web Api stores private variables which are inaccessible to anyone without physical access to your server.
If you open your web configuration, under AppSettings you will find Key value pairs. You assign the Value to the applicable section.
For example, if your SQL Server is PointlessServer\pointlessServer,1433, you would apply the value there.
If your database name was Pointless, you would find the Key named Database and apply the value Pointless.
You will find sections for
- Database
- SMTP
- System
- Users
- Your Pointless POS Account
- AWS
- Stripe
- CardPointe
- TRIPOS
And others.