We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6046e10 commit 52d014dCopy full SHA for 52d014d
README.md
@@ -56,6 +56,24 @@ sudo docker plugin install grafana/loki-docker-driver:latest --alias loki --gran
56
sudo systemctl restart docker
57
```
58
59
+## 2.1. Setting up service credentials
60
+
61
+Setting up usernames and passwords for the Grafana web interface
62
63
+1. Open the `log_and_metric/.env` file in a text editor.
64
65
+2. Set the desired usernames and passwords. For example:
66
67
+```env
68
+GF_ADMIN_USER=user
69
+GF_ADMIN_PASSWORD=your_password
70
+```
71
72
+> **Note:**
73
+> If you do not set these variables, the default credentials will be used
74
75
+3. Save the file.
76
77
## 3. Project Management
78
79
The project management script supports the following commands:
0 commit comments