Explorar o código

update featured content secret env var name (#25)

Klaudiusz Dembler %!s(int64=3) %!d(string=hai) anos
pai
achega
7dd553aa93
Modificáronse 1 ficheiros con 1 adicións e 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')
   }
 }