Browse Source

fixed errors

Shahed Nasser 3 years ago
parent
commit
4ea8cb12ac
1 changed files with 5 additions and 7 deletions
  1. 5 7
      .do/deploy.template.yaml

+ 5 - 7
.do/deploy.template.yaml

@@ -15,20 +15,18 @@ spec:
       value: ${db.HOSTNAME}
     - key: DB_PORT
       value: ${db.PORT}
-    - key: DB_PORT
-      value: ${db.PORT}
     - key: DB_DATABASE
       value: ${db.DATABASE}
     - key: REDIS_URL
       value: ${redis-db.DATABASE_URL}
     - key: JWT_SECRET
-      value: secret
+      value: "secret"
+    - key: COOKIE_SECRET
+      value: "secret"
     - key: NPM_CONFIG_PRODUCTION
-      value: false
+      value: "false"
     routes:
     - path: /
   databases:
   - name: db
-    engine: PG
-  - name: redis-db
-    engine: REDIS
+    engine: PG