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 077b2ad
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +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"
```
## Running the Server
Expand Down

0 comments on commit 077b2ad

Please sign in to comment.