mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Web API: changed default port to 8091
This commit is contained in:
parent
9b65511931
commit
0b5ab32a90
@ -433,7 +433,7 @@
|
||||
<widget class="QLabel" name="scaleCenter">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<width>12</width>
|
||||
<height>10</height>
|
||||
</size>
|
||||
</property>
|
||||
|
@ -400,7 +400,7 @@
|
||||
<widget class="QLabel" name="scaleCenter">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<width>12</width>
|
||||
<height>10</height>
|
||||
</size>
|
||||
</property>
|
||||
|
@ -29,10 +29,10 @@ MainParser::MainParser() :
|
||||
m_serverPortOption(QStringList() << "p" << "api-port",
|
||||
"Web API server port.",
|
||||
"port",
|
||||
"8001")
|
||||
"8091")
|
||||
{
|
||||
m_serverAddress = "127.0.0.1";
|
||||
m_serverPort = 8001;
|
||||
m_serverPort = 8091;
|
||||
|
||||
m_parser.setApplicationDescription("Software Defined Radio application");
|
||||
m_parser.addHelpOption();
|
||||
|
Loading…
Reference in New Issue
Block a user