Compare commits
9 commits
1249c9b4f1
...
84b7017504
Author | SHA1 | Date | |
---|---|---|---|
84b7017504 | |||
18a2522919 | |||
a68a12ce96 | |||
84b32acdc8 | |||
a8976ab36e | |||
c3992ae03d | |||
78dd50e6f1 | |||
24a67e5614 | |||
96065e1281 |
2 changed files with 1 additions and 8 deletions
|
@ -26,15 +26,9 @@ defaults = {
|
|||
'config': {
|
||||
'server': {
|
||||
'http_port': 8300,
|
||||
'http_addr': '127.0.0.1',
|
||||
'enable_gzip': True,
|
||||
},
|
||||
'database': {
|
||||
'type': 'postgres',
|
||||
'host': '127.0.0.1:5432',
|
||||
'name': 'grafana',
|
||||
'user': 'grafana',
|
||||
'password': postgres_password,
|
||||
'url': f'postgres://grafana:{postgres_password}@localhost:5432/grafana',
|
||||
},
|
||||
'remote_cache': {
|
||||
'type': 'redis',
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
directories = {
|
||||
'/etc/redis': {
|
||||
'purge': True,
|
||||
'owner': 'redis',
|
||||
'mode': '2770',
|
||||
'needs': [
|
||||
'pkg_apt:redis-server',
|
||||
|
|
Loading…
Reference in a new issue