ci: update env

staging
Supan Adit Pratama 2024-08-21 13:38:21 +00:00
parent afa63667ab
commit 7f349ed3ee
2 changed files with 10 additions and 7 deletions

View File

@ -2,7 +2,7 @@ FROM node:18.17-alpine as builder
RUN apk add --no-cache git
WORKDIR /app
COPY . .
RUN yarn migration:execute
# RUN yarn migration:execute
RUN yarn install
RUN yarn build
FROM node:18.17-alpine

15
env/env.production vendored
View File

@ -6,16 +6,16 @@ JWT_REFRESH_EXPIRES="7d"
ENC_KEY="921c83f3b90c92dca4ba9b947f99b4c9"
IV="a671a96159e97a4f"
COUCHDB_CONFIG="http://root:password@172.10.10.2:5970"
COUCHDB_CONFIG="http://root:password@db_pos_couch_staging:5984"
DEFAULT_DB_HOST="postgres"
DEFAULT_DB_HOST="db_pos_postgres_staging"
DEFAULT_DB_PORT="5432"
DEFAULT_DB_USER="root"
DEFAULT_DB_PASS="password"
DEFAULT_DB_USER="postgres"
DEFAULT_DB_PASS="eigen3m!"
DEFAULT_DB_NAME="pos"
ELASTIC_APM_ACTIVATE=true
ELASTIC_APM_SERVICE_NAME="Skyworld POS"
ELASTIC_APM_SERVICE_NAME="Skyworld POS Production"
ELASTIC_APM_SERVER_URL="http://172.10.10.10:8200"
CRON_MIDNIGHT="55 11 * * *"
@ -27,13 +27,16 @@ EMAIL_POST=465
EMAIL_USER=weplayground.app@gmail.com
EMAIL_TOKEN="sonv vwiu khse vtmv"
// nama email yang akan muncul ke user sebagai pengirim
EMAIL_SENDER=no-reply@eigen.co.id
MIDTRANS_URL=https://app.midtrans.com
MIDTRANS_PRODUCTION=true
MIDTRANS_SERVER_KEY=Mid-server-BZlPCcrWHDuSxW48oxBs5uAl
MIDTRANS_CLIENT_KEY=Mid-client-YhOPuo0NZPNZfiKq
EXPORT_LIMIT_PARTITION=200
ASSETS="https://asset.sky.eigen.co.id/"
ASSETS="https://assets.office.weplayground.id/"
GOOGLE_CALENDAR_KEY="AIzaSyCSg4P3uC9Z7kD1P4f3rf1BbBaz4Q-M55o"
GOOGLE_CALENDAR_ID="326464ac296874c7121825f5ef2e2799baa90b51da240f0045aae22beec10bd5@group.calendar.google.com"