Skip to content

Commit d616301

Browse files
author
Lennart Koopmann
committed
let's try to finally get the config files in the git ignore list
1 parent eadf85f commit d616301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/database.yml renamed to config/database.yml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ development:
44
reconnect: false
55
database: graylog2_development
66
pool: 5
7-
username: root
8-
password:
7+
username: graylog2
8+
password: yourpass
99

1010
production:
1111
adapter: mysql2

config/graphs.yml renamed to config/graphs.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
development:
22
enable_graphs: true
33
rrdtool_binary_path: /usr/bin/rrdtool
4-
rrd_storage_path: /var/graylog2/rrds_development
4+
rrd_storage_path: /tmp/graylog2/rrds/
55

66
production:
77
enable_graphs: true
File renamed without changes.

0 commit comments

Comments
 (0)