This commit is contained in:
dblythy
2020-11-10 11:36:45 +11:00
committed by GitHub
parent dbf04f381c
commit b4ec63e8a7
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ export interface ParseServerOptions {
javascriptKey: ?string;
/* Key for Unity and .Net SDK */
dotNetKey: ?string;
/* Key for encrypting your files
:ENV: PARSE_SERVER_ENCRYPTION_KEY */
encryptionKey: ?string;
/* Key for REST calls
:ENV: PARSE_SERVER_REST_API_KEY */
restAPIKey: ?string;