mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #665] whats the different between build the client from visual studio and build it from the client builder #415
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jokerxbt on GitHub (Jun 1, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/665
@jokerxbt commented on GitHub (Jun 1, 2018):
and i want to know what is the key and what is the auth key and should i encrypt them in base64 before put them there ?
@jokerxbt commented on GitHub (Jun 1, 2018):
and why (if #debug)?
@MaxXor commented on GitHub (Jun 2, 2018):
When you compile with debug configuration the settings between
#if DEBUGand#elseare used. These are already working settings. If you look into the settings after the#elsethese are mostly empty and do not work out of the box. A client needs to be built first from the server builder when using the release configuration. When using the debug configuration you can just run the client and it will connect to the server on localhost.The reason for this was to make debugging quicker without having to build a client again from the server first.