Skip to content

Instantly share code, notes, and snippets.

View galer7's full-sized avatar
🚢

Gabriel galer7

🚢
View GitHub Profile
#!/usr/bin/env python3
import sys
import subprocess
import platform
import qrcode
from qrcode.constants import ERROR_CORRECT_L
import re
import getpass
def get_current_wifi_macos():
x-postgres-env: &postgres-env
POSTGRES_USER: $SERVICE_USER_POSTGRES
POSTGRES_PASSWORD: $SERVICE_PASSWORD_POSTGRES
POSTGRES_DB: "${POSTGRES_DB:-trigger}"
POSTGRES_HOST: postgres
x-webapp-env: &webapp-env
LOGIN_ORIGIN: $SERVICE_FQDN_WEBAPP
APP_ORIGIN: $SERVICE_FQDN_WEBAPP
DEV_OTEL_EXPORTER_OTLP_ENDPOINT: "${SERVICE_FQDN_WEBAPP}/otel"