PHP Classes

File: .env.route.example

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   Open Swoole Microservices   .env.route.example   Download  
File: .env.route.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change:
Date: 2 days ago
Size: 823 bytes
 

Contents

Class file image Download
; ; Route related config (to allow / now to allow) settings ; ;; Enabled detail configuration ;; Keyword to append with in route with slash ;; ========================================== ; Explain Route & its Payload explainRequestRouteKeyword='explain' ; to append "/explain" at the end of route ; Export CSV mySqlBinaryLocationOnWebServer='/usr/local/bin/mysql' ; Import CSV importRequestRouteKeyword='import' ; to append "/import" at the end of route ; Import CSV Sample importSampleRequestRouteKeyword='import-sample' ; Listing available routes routesRequestRoute='routes' ; Supplement feature Prefix dropboxRequestRoutePrefix='cdn' cronRequestRoutePrefix='cron' customRequestRoutePrefix='custom' reloadRequestRoutePrefix='reload' thirdPartyRequestRoutePrefix='thirdParty' uploadRequestRoutePrefix='upload'