Skip to content

Commit

Permalink
get via OS ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
skript023 committed Apr 23, 2024
1 parent d13e951 commit 1897b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define DATABASE_CLIENT drogon::app().getDbClient()

#define SECRET "QmFoYXNhQXN1MTIz"
#define SERVER_KEY "U0ItTWlkLXNlcnZlci1GTzllNFFRTlZjVVJmUEYtb2UxMWU5ZFg="
#define SERVER_KEY std::getenv("SERVER_KEY")

#ifdef BASIC_MIDDLEWARE_DISABLE
#define BASIC_MIDDLEWARE
Expand Down

0 comments on commit 1897b0b

Please sign in to comment.