Archive Modifications - aliconnect/aliconnect.sdk GitHub Wiki
- configuratie files staan in
\aliconnect\config
- basis api template
\aliconnect\config\basic.yaml
- https://editor.swagger.io
- basis api template
\aliconnect\config\basic.yaml
- http://github.localhost/maxvankampen/testmax/uploadconfig voor tool uploaden config files naar server
\aliconnect\config\basic.yaml
- dist versie bestanden staan op
https://aliconnect.github.io/npm/@aliconnect/[email protected]/public/aim/js/aim.js
- alle src bestanden staan in
\aliconnect\src\
zoals: \aliconnect\src\[email protected]
\aliconnect\src\[email protected]
- vendor bestanden staan in
\aliconnect\vendor\
zoals: \aliconnect\vendor\dompdf
\aliconnect\vendor\messagebird
\aliconnect\vendor\PHPMailer
-
dms.aliconnect.nl
verwijst naar\aliconnect\dms
-
login.aliconnect.nl
verwijst naar\aliconnect\login
-
fs1.aliconnect.nl
verwijst naar\aliconnect\fs1
-
aliconnect.nl/npm
verwijst naar\aliconnect\node_modules
. Uitvoeren van scripts op deze map is geblokkeerd doorweb.config
allowOverride="false"
voorkomt dat web.config in deze repositories de locatie uitvoerbaar maken
<location path="npm" allowOverride="false">
<system.webServer>
<handlers accessPolicy="Read"/>
</system.webServer>
</location>
-
aliconnect.nl/aliconnect
verwijst naar\github\aliconnect
. Uitvoeren van scripts op deze map is geblokkeerd doorweb.config
allowOverride="false"
voorkomt dat web.config in deze repositories de locatie uitvoerbaar maken
```
<location path="aliconnect" allowOverride="false">
<system.webServer>
<handlers accessPolicy="Read"/>
</system.webServer>
</location>
```
-
schiphol-nl.localhost
verwijst naarC:\github\schiphol-nl\schiphol-nl.github.io
. voor testen vanschiphol-nl.github.io
-
schiphol-nl.localhost/schiphol-nl
verwijst naarC:\github\schiphol-nl
. voor testen links naar wiki enzschiphol-nl.github.io
-
schiphol-nl.localhost/sdk
verwijst naarC:\github\schiphol-nl
. voor testen links naar wiki enzschiphol-nl.github.io
- http://github.localhost/aliconnect/training-javascript-get-started-nl
- opzetten van begin
- http://github.localhost/aliconnect/training-javascript-spa
- testen enweer werkend maken
\aliconnect\config\basic.yaml
- markdown tekst met standaard hyperlinks invullen