mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
sync fix and portable fix
This commit is contained in:
parent
cf8ec4b250
commit
ffbfd859de
3 changed files with 5 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -113,11 +113,14 @@
|
||||||
// variables. If set, they will be used to replace any of the client
|
// variables. If set, they will be used to replace any of the client
|
||||||
// IDs and secrets above that have not been set (and only those; they
|
// IDs and secrets above that have not been set (and only those; they
|
||||||
// will not override already-set values).
|
// will not override already-set values).
|
||||||
|
#if !defined(GOOGLE_DEFAULT_API_KEY)
|
||||||
|
#define GOOGLE_DEFAULT_API_KEY "AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw"
|
||||||
|
#endif
|
||||||
#if !defined(GOOGLE_DEFAULT_CLIENT_ID)
|
#if !defined(GOOGLE_DEFAULT_CLIENT_ID)
|
||||||
#define GOOGLE_DEFAULT_CLIENT_ID ""
|
#define GOOGLE_DEFAULT_CLIENT_ID "77185425430.apps.googleusercontent.com"
|
||||||
#endif
|
#endif
|
||||||
#if !defined(GOOGLE_DEFAULT_CLIENT_SECRET)
|
#if !defined(GOOGLE_DEFAULT_CLIENT_SECRET)
|
||||||
#define GOOGLE_DEFAULT_CLIENT_SECRET ""
|
#define GOOGLE_DEFAULT_CLIENT_SECRET "OTJgUOQcT7lO7GsGZq2G4IlT"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace google_apis {
|
namespace google_apis {
|
||||||
|
|
Loading…
Reference in a new issue