Skip to content

Commit 62bfc83

Browse files
committed
env vars
1 parent d888a33 commit 62bfc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ These are all the configuration options and their default value between brackets
8383
- "debug": Show errors in the "X-Debug-Info" header (`false`)
8484
- "basePath": URI base path of the API (determined using PATH_INFO by default)
8585

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:
86+
All configuration parameters are also available as environment variables. Write the config parameter with capitals, a "PHP_CRUD_API_" prefix and underscores for word breakes, so for instance:
8787

8888
- PHP_CRUD_API_DRIVER=mysql
8989
- PHP_CRUD_API_ADDRESS=localhost

0 commit comments

Comments
 (0)