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 ba54979 commit 3a02e7aCopy full SHA for 3a02e7a
README.md
@@ -2,6 +2,8 @@
2
3
## License
4
5
+`AGPL-3.0-or-later`
6
+
7
Copyright (c) 2024-2025 Fyra Labs
8
9
This program is free software: you can redistribute it and/or modify
@@ -18,12 +20,8 @@
18
20
along with this program. If not, see <https://www.gnu.org/licenses/>.
19
21
22
## Building
-Please set `-ldflags '-X main.ver=1.2.3` (insert the correct version)
23
+Please set `-ldflags '-X main.ver=1.2.3'` (insert the correct version)
24
-## Running
25
+## Configurations
26
-```
-export DSN="host=localhost user=postgres password=postgres dbname=gura port=5432 sslmode=disable"
27
-export GURA_LISTEN_ADDRESS=":8080"
28
-./gura
29
+See `.env.example` to create your own `.env` file.
0 commit comments