Skip to content

Instantly share code, notes, and snippets.

View igortrinidad's full-sized avatar
🎯
Focusing

Igor Trindade igortrinidad

🎯
Focusing
View GitHub Profile
@igortrinidad
igortrinidad / docker-compose.yaml
Created December 15, 2020 16:09
Nginx not restarting with docker compose daemon
version: "3"
services:
app:
build: .
container_name: cee_app
ports:
- "3333:3333"
environment:
@igortrinidad
igortrinidad / gist:8a910283b3416146970d88e741a0e93f
Created October 5, 2020 15:47
Simulação criação conta company e transferência wirecard
Payload / dados da requisição para criar uma company
wirecardAccount = {
type: 'MERCHANT',
transparentAccount: true,
email: { address: '[email protected]' },
person: {
name: 'IGOR LUCAS',
birthDate: '1986-06-18',
taxDocument: { type: 'CPF', number: '12805364627' },
phone: { countryCode: '55', areaCode: '31', number: '91455975' },
@igortrinidad
igortrinidad / MainApollo.js
Created July 14, 2020 13:40
Vue Apollo multiple endpoint setup
import Vue from 'vue'
import VueApollo from 'vue-apollo'
import { InMemoryCache } from 'apollo-cache-inmemory'
import { ApolloClient } from 'apollo-client'
const cache = new InMemoryCache()
// Install the vue plugin
Vue.use(VueApollo)
@igortrinidad
igortrinidad / cloudSettings
Created September 12, 2019 17:18
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-12T17:18:04.995Z","extensionVersion":"v3.4.2"}