Explorar el Código

update featured content secret env var name (#25)

Klaudiusz Dembler hace 3 años
padre
commit
7dd553aa93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/config.ts

+ 1 - 1
src/config.ts

@@ -60,7 +60,7 @@ export class Config {
 
     this._mongoDBUri = `mongodb://${mongoHostname}:${rawMongoPort}/${mongoDatabase}`
 
-    this._featuredContentSecret = loadEnvVar('FEATURED_CONTENT_SECRET')
+    this._featuredContentSecret = loadEnvVar('ORION_FEATURED_CONTENT_SECRET')
   }
 }