For the Web App, clients can choose whether Rehive should host it, or not. If any customization is made, the client is obligated to do the maintenance and hosting. You can still get access to updates to merge into your codebase.
The steps below can be followed directly in the Dashboard.
Step 1: Configure DNS
Log in to your domain name/ DNS provider's portal and set up the following DNS records:
Test app:
Host Name: test.app.yourdomain.com
Type: CNAME
TTL: 5 minutes (or longer if your provider does not support 5min TTL)
Data/target: fintechdns.comProduction app:
Host Name: app.yourdomain.com
Type: CNAME
TTL: 5 minutes (or longer if your provider does not support 5min TTL)
Data/target: fintechdns.comYou must own and control your website domain.
You will be required to set A records for relevant wallet domains and point them to our servers.
Test project
For your test project, use test.app.yourdomain.com
Production project
For your production project, use app.yourdomain.com
If you want, you can also use a different domain, for example, wallet.yourdomain.com
We also support docs.yourdomain.com
if you have selected the Merchant Documentation hosting too.
Step 2: Add the domain on Rehive
Choose the preferred hosting type:
Hosting with Rehive
Hosting it myself
Submit the domain you have configured. (e.g. test.wallet.yourdomain.com)
Remember to not include www and https:// when adding your domain below.
Step 3: Activate your domain
To activate your domain, click "Activate" and follow the instructions on the modal.
Notes
If you decide to make customizations directly on the frontend code base, then you need to do hosting and maintenance yourself from that point onwards.