conex-builder/.env.example
2024-09-03 15:22:41 -06:00

22 lines
422 B
Text

BASE_URL="https://api-m.sandbox.paypal.com"
PORT="8080"
CLIENT_ID=""
CLIENT_SECRET=""
RETURN_URL="http://localhost:8080/?success"
CANCEL_URL="http://localhost:8080/?cancel"
DB_HOST="localhost"
DB_PORT="5432"
DB_USER="conex"
DB_PASS="1234"
DB_NAME="iterone"
EMAIL_HOST=""
EMAIL_PORT="465"
EMAIL_USER=""
EMAIL_PASS=""
EMAIL_SUBJECT="Código temporal de CONEX Builder"
EMAIL_BODY="Su código temporal es: "
PRICE="20.00"