| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dev/webapps/fivewishes-bridge/ |
Upload File : |
# Server NODE_ENV=development PORT=3000 BASE_URL=https://your-app.example.com # Shopify SHOPIFY_STORE_DOMAIN=yourstore.myshopify.com SHOPIFY_API_VERSION=2025-10 SHOPIFY_API_KEY=*** SHOPIFY_API_SECRET=*** SHOPIFY_SCOPES=read_customers,write_customers SHOPIFY_MULTIPASS_SECRET=*** # Token storage (OAuth) # Base64 of 32 random bytes (AES-256-GCM) TOKEN_ENCRYPTION_KEY=*** TOKENS_FILE=.local/shopify-tokens.enc.json # Keycloak (OIDC) KEYCLOAK_ISSUER=https://keycloak.example.com/realms/your-realm KEYCLOAK_CLIENT_ID=shopify-login KEYCLOAK_CLIENT_SECRET=*** # Debug (never logs tokens; logs only a safe claim summary) LOG_KEYCLOAK_CLAIMS=false # Debug B2B decisions (no PII) LOG_B2B_DEBUG=false # Security STATE_SIGNING_SECRET=change_me_to_a_long_random_string # B2B ENABLE_B2B=false