# -------------------------------------------------- .env ----------------------------------------------------------

PORT=3482

# BASE_URL=http://161.97.132.85:3482
# BASE_URL=http://localhost:3482
BASE_URL=https://op5.us


# ADMIN_API_BASE_URL=http://localhost:3482/api/v1/admin
# ADMIN_API_BASE_URL=http://161.97.132.85:3482/api/v1/admin
# COOKIE_SECURE=false    # for staging/development (http)
# COOKIE_SECURE=true   # for production (https)


ADMIN_API_BASE_URL=https://op5.us/api/v1/admin
COOKIE_SECURE=true   # for production (https)


GOOGLE_CLIENT_ID=311160776581-2dia31sd42mdkplt4gcean7r7tr5elke.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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

USER_JWT_SECRET="Yk9!@pXr7#2v$Lw*0Gz%Tq3n^Hf8Jm6K&4aR"
ADMIN_JWT_SECRET="Wn3$!kTq7@Xf^0Lp9#Vm8hRz%2gJc6&y1D"

# Push Notifications
APN_KEY_ID=TKAD2DCQ27
APN_TEAM_ID=B7Z8G89WZ8
APN_TOPIC=com.primal.apps
APN_PRODUCTION=true     # false = sandbox, true = production

# SMTP
# SMTP_HOST=smtp.mailgun.org
# SMTP_PORT=587
# SMTP_USER=postmaster@barscout.ca
# SMTP_PASSWORD=Timmyjimmy2025!
# SMTP_ENCRYPTION=tls
# SMTP_EMAIL=no-reply@barscout.ca

SMTP_HOST=send.smtp.com
SMTP_PORT=587
SMTP_USER=null
SMTP_PASSWORD=null
SMTP_ENCRYPTION=tls
SMTP_EMAIL=support@fitkrit.com

#-------------------------------------DATA-BASE ----------------------------------------------
# live
DB_HOST=127.0.0.1
DB_USER=root
DB_PASS=x3nCAUC@zV+s@
DB_NAME=primal
DB_PORT=3306

# # local
# DB_HOST=localhost
# DB_USER=root
# DB_PASS=
# DB_NAME=primal5
# DB_PORT=

# Staging
# DB_HOST=127.0.0.1
# DB_USER=primal_db_user
# DB_PASS=KAdwdayn7q2f_W4?
# DB_NAME=primal
# DB_PORT=3306