git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a8923
)
Fix typo
author
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 04:43:36 +0000
(20:43 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Tue, 7 Feb 2017 04:43:36 +0000
(20:43 -0800)
ch13/templates/config.js.j2
patch
|
blob
|
history
diff --git
a/ch13/templates/config.js.j2
b/ch13/templates/config.js.j2
index
62c1d5e
..
b778413
100644
(file)
--- a/
ch13/templates/config.js.j2
+++ b/
ch13/templates/config.js.j2
@@
-18,7
+18,7
@@
config = {
connection: {
host : '{{ database_host }}',
user : '{{ database_user }}',
- password : '{{ database_pasword }}',
+ password : '{{ database_pas
s
word }}',
database : '{{ database_name }}',
charset : 'utf8'
}