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