Skip to content

Instantly share code, notes, and snippets.

@willnode
Last active July 17, 2021 07:38
Show Gist options
  • Save willnode/45e722be156736ea3a08f29d37ad997c to your computer and use it in GitHub Desktop.
Save willnode/45e722be156736ea3a08f29d37ad997c to your computer and use it in GitHub Desktop.
{
"url": "url_here",
"database": {
"client": "mysql",
"connection": {
"host" : "localhost",
"user" : "username_here",
"password" : "password_here",
"database" : "database_here",
"charset" : "utf8mb4"
}
},
"paths": {
"contentPath": "content/"
},
"imageOptimization": {
"resize": false,
"srcsets": false
},
"logging": {
"level": "info",
"rotation": {
"enabled": true
},
"transports": ["file", "stdout"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment