mirror of
https://codeberg.org/vlw/href.git
synced 2025-09-13 16:23:41 +02:00
fix: add example ini file
This commit is contained in:
parent
3f39b2b1b2
commit
03dda5aec1
1 changed files with 10 additions and 0 deletions
10
.env.example.ini
Normal file
10
.env.example.ini
Normal file
|
@ -0,0 +1,10 @@
|
|||
[api]
|
||||
base_url = ""
|
||||
api_key = ""
|
||||
verify_peer = true
|
||||
|
||||
[database]
|
||||
host = ""
|
||||
user = ""
|
||||
pass = ""
|
||||
db = ""
|
Loading…
Add table
Reference in a new issue