How to change port number #479
-
Good morning, I will start by saying I have attempted to both search for previous posts as well as use trial and error to try and get a fresh setup to change to a different port. the sqlpage.json file did not work using the "listen_on" and neither did creating a .env file and adding it in there. It is possible since I do not know how to code in json that I am doing it wrong in there, however the site does not (from what I have seen) show an example on where and what ALL to include to accomplish changing the default port number. I am using Windows if that matters at all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello and welcome to SQLPage ! {
"port": 9090
} (we have a list of configuration options in the documentation) If that does not work, then can you please post your exact folder layout, your configuration file, and the logs from SQLPage that you should be seeing in your terminal ? |
Beta Was this translation helpful? Give feedback.
Hello and welcome to SQLPage !
Here is an example configuration file to place in
sqlpage/sqlpage.json
that changes the port number to 9090 (from the default 8080):(we have a list of configuration options in the documentation)
If that does not work, then can you please post your exact folder layout, your configuration file, and the logs from SQLPage that you should be seeing in your terminal ?