Skip to content

Instantly share code, notes, and snippets.

View tota1099's full-sized avatar
🏠
Working from home

Renan Porto tota1099

🏠
Working from home
View GitHub Profile
{
"openapi": "3.0.1",
"info": {
"title": "RD Station Marketing API",
"version": "v2"
},
"servers": [
{
"url": "api.rd.services"
}
@tota1099
tota1099 / docker-compose.yml
Created November 3, 2022 19:50
docker-compose.yml konga
version: "3.7"
volumes:
kong_data: {}
konga_data: {}
networks:
rdstation:
external: true
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>Privacy Policy</title>
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style>
</head>
<body>
<h2>Privacy Policy</h2> <p> built the Calculadora app as an Open Source app. This SERVICE is provided by
[user]
email = renan.porto1099@gmail.com
name = Renan Porto
[core]
editor = code --wait
[alias]
s = !git status -s
c = !git add --all && git commit -m
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'