We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d60bec commit 57f6fe4Copy full SHA for 57f6fe4
README.md
@@ -70,6 +70,7 @@ These are all the configuration options and their default value between brackets
70
- "username": Username of the user connecting to the database (no default)
71
- "password": Password of the user connecting to the database (no default)
72
- "database": Database the connecting is made to (no default)
73
+- "tables": Comma separated list of tables to publish (defaults to 'all')
74
- "middlewares": List of middlewares to load (`cors`)
75
- "controllers": List of controllers to load (`records,geojson,openapi`)
76
- "openApiBase": OpenAPI info (`{"info":{"title":"PHP-CRUD-API","version":"1.0.0"}}`)
0 commit comments