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 d98b292 commit d888a33Copy full SHA for d888a33
README.md
@@ -83,7 +83,7 @@ These are all the configuration options and their default value between brackets
83
- "debug": Show errors in the "X-Debug-Info" header (`false`)
84
- "basePath": URI base path of the API (determined using PATH_INFO by default)
85
86
-All the above are also available as environment variables, so for instance:
+All the above are also available as environment variables with capitals, a "PHP_CRUD_API_" prefix and underscores for word breakes, so for instance:
87
88
- PHP_CRUD_API_DRIVER=mysql
89
- PHP_CRUD_API_ADDRESS=localhost
0 commit comments