diff --git a/svc/.env b/svc/.env deleted file mode 100644 index 10db469..0000000 --- a/svc/.env +++ /dev/null @@ -1,15 +0,0 @@ -JWT_SECRET=bssapp_super_secret_key_1234567890 -PASSWORD_RESET_SECRET=1dc7d6d52fd0459a8b1f288a6590428e760f54339f8e47beb20db36b6df6070b -APP_FRONTEND_URL=http://localhost:9000 -API_URL=http://localhost:8080 -UI_DIR=/opt/bssapp/ui/dist -POSTGRES_CONN=host=46.224.33.150 port=5432 user=postgres password=tayitkan dbname=baggib2b sslmode=disable -MSSQL_CONN=sqlserver://sa:Gil_0150@100.127.186.137:1433?database=BAGGI_V3&encrypt=disable -# =============================== -# PDF FONTS -# =============================== - -PDF_FONT_PATH=/opt/bssapp/svc/fonts/DejaVuSans.ttf -PDF_FONT_BOLD_PATH=/opt/bssapp/svc/fonts/DejaVuSans-Bold.ttf -PDF_FONT_ALT_PATH=/opt/bssapp/svc/fonts/FreeSans.ttf -PDF_FONT_ALT_BOLD_PATH=/opt/bssapp/svc/fonts/FreeSansBold.ttf diff --git a/svc/bssapp b/svc/bssapp deleted file mode 100644 index 9b21628..0000000 Binary files a/svc/bssapp and /dev/null differ diff --git a/svc/fonts/DejaVuSans-Bold.ttf b/svc/fonts/DejaVuSans-Bold.ttf deleted file mode 100644 index 6d65fa7..0000000 Binary files a/svc/fonts/DejaVuSans-Bold.ttf and /dev/null differ diff --git a/svc/fonts/DejaVuSans.ttf b/svc/fonts/DejaVuSans.ttf deleted file mode 100644 index e5f7eec..0000000 Binary files a/svc/fonts/DejaVuSans.ttf and /dev/null differ diff --git a/svc/fonts/FreeSans.ttf b/svc/fonts/FreeSans.ttf deleted file mode 100644 index e69de29..0000000 diff --git a/svc/fonts/FreeSansBold.ttf b/svc/fonts/FreeSansBold.ttf deleted file mode 100644 index e69de29..0000000 diff --git a/svc/mail.env b/svc/mail.env deleted file mode 100644 index 0e9f91e..0000000 --- a/svc/mail.env +++ /dev/null @@ -1,4 +0,0 @@ -AZURE_TENANT_ID=c8e0675d-1f6e-40f3-ba5f-3d1985b92317 -AZURE_CLIENT_ID=94a134b7-757f-4bcc-9e4b-d577b631a9a3 -AZURE_CLIENT_SECRET=PaW8Q~9NzYXHrESZcKoP6.hRxS.CyQshvJ0Y0czx -MAIL_FROM=baggiss@baggi.com.tr