first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:04:35 +03:00
commit 763b147cc3
199 changed files with 29356 additions and 0 deletions

15
.env Normal file
View File

@@ -0,0 +1,15 @@
CLOUD_FLARE_SITE_KEY='0x4AAAAAACMprkZsCfMDIN1Z'
CLOUD_FLARE_SECRET='0x4AAAAAACMprit1X4tZXethWgN1vtgNb4Y'
NUXT_GOOGLE_TOKEN='token_here'
NUXT_AUTH_SECRET='auth_secret_here'
GITHUB_CLIENT_ID='client_id_here'
GITHUB_CLIENT_SECRET='client_secret_here'
GOOGLE_CLIENT_ID='google_client_id_here'
GOOGLE_CLIENT_SECRET='google_client_secret_here'
BASE_API_URL='http://localhost:8000'
#BASE_API_URL='https://api.denizogur.com.tr'
BASE_SITE_URL='http://localhost:3000'
# Backend Credentials for Contact Form
BACKEND_EMAIL='contact@denizogur.com.tr'
BACKEND_PASSWORD='gg7678290'