Maurits van der Schee 3 years ago
parent
commit
d888a33a9f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -83,7 +83,7 @@ These are all the configuration options and their default value between brackets
83 83
 - "debug": Show errors in the "X-Debug-Info" header (`false`)
84 84
 - "basePath": URI base path of the API (determined using PATH_INFO by default)
85 85
 
86
-All the above are also available as environment variables, so for instance:
86
+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 87
 
88 88
 - PHP_CRUD_API_DRIVER=mysql
89 89
 - PHP_CRUD_API_ADDRESS=localhost

Loading…
Cancel
Save