diff --git a/.env.dev b/.env.dev index d1b648f7..503f5fbc 100644 --- a/.env.dev +++ b/.env.dev @@ -1,6 +1,6 @@ NODE_ENV=development GUNDB_PASS=password -MNEMONIC="drip industry pizza deny pistol stem must device citizen crowd offer now" +MNEMONIC="myth like bonus scare over problem client lizard pioneer submit female collect" INFURA_API= NETWORK=develop LOG_LEVEL=trace @@ -10,11 +10,10 @@ PLIVO_PHONE_NUMBER=1555555555 OTP_DIGITS=6 OTP_TTL_MINUTES=5 WALLET_URL=http://localhost:3000 -FACE_RECO_SERVER=https://good-face-reco.herokuapp.com MAUTIC_URL=https://go.gooddollar.org MAUTIC_TOKEN="" ZOOM_API_URL=https://api.zoomauth.com/api/v1/biometrics ZOOM_TOKEN= ZOOM_MIN_MATCH_LEVEL=1 ALLOW_DUPLICATE_USER_DATA=true -SKIP_EMAIL_VERIFICATION=true \ No newline at end of file +SKIP_EMAIL_VERIFICATION=true diff --git a/.travis.yml b/.travis.yml index 4c55f08d..57ca7244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ before_script: - npm i - truffle migrate --reset --network develop - npm link - - ls -la releases - cd .. script: diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..ed02af36 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +npm start -- --optimize_for_size --max_old_space_size=460 diff --git a/package-lock.json b/package-lock.json index 5f31040d..8156c0e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gooddollar/goodserver", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d494ee3..62785c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gooddollar/goodserver", - "version": "0.0.1", + "version": "0.1.0", "description": "GoodDollar Server", "main": "src/server/index.js", "scripts": {