Skip to content

Commit

Permalink
feat(config): add docs for Config.set (adonisjs#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntvsx193 committed Dec 13, 2017
1 parent 9cf6889 commit 7e9e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-getting-started/03-configuration-and-env.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Config.get('database.mysql.host')
Config.get('database.mysql.host', '127.0.0.1')
----

If you need change config value, you make it as
Also you can update the in-memory config value for a key as shown below.

[source, js]
----
Expand Down

0 comments on commit 7e9e820

Please sign in to comment.