chore: added dev key to deploy workflow
- added m_isDevEnvironment initialization
This commit is contained in:
parent
db4a1a62e5
commit
7571bbc36e
3 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,7 @@ private:
|
|||
|
||||
QString m_gatewayEndpoint;
|
||||
QStringList m_proxyUrls;
|
||||
bool m_isDevEnvironment;
|
||||
bool m_isDevEnvironment = false;
|
||||
};
|
||||
|
||||
#endif // APICONTROLLER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue