Skip to content
Discussion options

You must be logged in to vote

Hello, to configure the website with a domain on a VPS you need to fill the two variables:

  • COOKIE_DOMAIN with the highest common domain between the server and the client.
    • Example 1: You want to host the client on yourdomain.com and the api on api.yourdomain.com, in this case the common domain between the two is yourdomain.com so use this value for COOKIE_DOMAIN
    • Example two: The frontend is hosted on frontend.yourdomain.com and the backend on api.yourdomain.com, in this case the common domain is also yourdomain.com so you can use the same value
    • DOMAIN_CLIENT with the frontend url
      • Example 1: fill with https://yourdomain.com
      • Example 2: fill with https://frontend.yourdomain.com

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Tomv23
Comment options

@Smaug6739
Comment options

Answer selected by Tomv23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation setup docker
2 participants