Compare commits
2 commits
715a27edc7
...
24a67e5614
Author | SHA1 | Date | |
---|---|---|---|
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