mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-26 03:40:05 +00:00
Added LAIKA_CNC_IP & LAIKA_CNC_PORT to cmake config
This commit is contained in:
@@ -8,5 +8,7 @@
|
||||
/* keys */
|
||||
#define LAIKA_PUBKEY "40d5534aca77d1f5ec2bbe79dd9d0f52a78148918f95814404cefe97c34c5c27"
|
||||
#define LAIKA_PRIVKEY "90305aa77023d1c1e03265c3b6af046eb58d6ec8ba650b0dffed01379feab8cc"
|
||||
#define LAIKA_CNC_IP "127.0.0.1"
|
||||
#define LAIKA_CNC_PORT "13337"
|
||||
|
||||
#endif
|
||||
|
@@ -8,5 +8,7 @@
|
||||
/* keys */
|
||||
#define LAIKA_PUBKEY "@LAIKA_PUBKEY@"
|
||||
#define LAIKA_PRIVKEY "@LAIKA_PRIVKEY@"
|
||||
#define LAIKA_CNC_IP "@LAIKA_CNC_IP@"
|
||||
#define LAIKA_CNC_PORT "@LAIKA_CNC_PORT@"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user