Skip to content

Commit

Permalink
udpate the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Nov 17, 2023
1 parent 20a58a2 commit aa4be42
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ The server is configured using a `config.yaml` file. Here's an example:
```yaml
version: v1
renderingConfig:
pageWaitTime: 1000
pageWaitTime: 10
pageWaitCondition: '(function() { return window.prerenderReady === true })()'
requestHeaders:
- name: "X-Grender-Request"
value: "1"
server:
port: "8080"
port: "8081"
responseHeaders:
- name: "X-Prerender"
value: "1"
backend:
# fileSystem:
# baseDir: "./tmp"
s3:
bucketName: "grender.io"
region: "ap-southeast-2"
region: "ap-southeast
```
Expand Down

0 comments on commit aa4be42

Please sign in to comment.