mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-07 04:03:29 -06:00
22 lines
422 B
Text
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"
|