Configuration #107
-
Hey @PhlexPlexico, I'm trying to set up the API, and I have a domain but I'm confused about what I should set in these fields I don't want to set up G5V since I just use the API for a discord bot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Since you're just using the API to login and redirect back to it, you can just set it to the API URL - in this case if it's running on port 3300, it would be
So that would now be the same as
So hostname would just be without the port - |
Beta Was this translation helpful? Give feedback.
Since you're just using the API to login and redirect back to it, you can just set it to the API URL - in this case if it's running on port 3300, it would be
http://yourhost.me:3300
.