Skip to content

Console commands & variables

Ilya edited this page Apr 24, 2019 · 1 revision

Console variables

  • xl_login_project_id - Login ID from Publisher Account . This variable is required for plugin work - can't be empty. (default : empty)
  • xl_login_callback_url - URL to generate the link with additional parameters and to redirect the user to after account confirmation. Must be identical to the Callback URL specified in Publisher Account in Login settings. Required if there are several Callback URLs. (default : "https://login.xsolla.com/api/blank")
  • xl_login_http_timeout - HTTP timeout in seconds (default : 5)
  • xl_login_log_level - Plugin log level (0-1). If you need more information in logs - change it (default : 0)
  • xl_login_storage_type - Storage type. 0 - Xsolla storage, 1 - Custom storage (Enable proxy methods) (default : 0)