Logo-amall
discord (1)
#Howtoconnectfront-endReactappwithremotetestingserver (1)
  • I need to expose the app online before pushing to production I understand that I can use the docker-compose file from self-hosting option, but for production I configure the client: ``` const nhost = new NhostClient({ subdomain: process.env.REACT_APP_NHOST_SUBDOMAIN, region: process.env.REACT_APP_NHOST_REGION }) ``` and in case of the testing server I need to be able to enter the server full domain name... Is it possible at all?

    Last active 4 months ago

    3 replies

    10 views

    OS
    NU
    +1