Skip to content

Commit

Permalink
Use token (#1576)
Browse files Browse the repository at this point in the history
* Use token

* -

* -
  • Loading branch information
OskarStark authored Dec 15, 2023
1 parent 378ce1d commit 3298326
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions datana-gmbh/iusta-api/2.0/config/packages/datana_iusta_api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
_defaults:
autowire: true

Datana\Iusta\Api\IustaClient:
arguments:
- '%env(IUSTA_API_BASE_URI)%'
- '%env(IUSTA_API_TOKEN)%'

Datana\Iusta\Api\AktenApi: null
Datana\Iusta\Api\AktenApiInterface: '@Datana\Iusta\Api\AktenApi'
9 changes: 9 additions & 0 deletions datana-gmbh/iusta-api/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IUSTA_API_BASE_URI": "",
"IUSTA_API_TOKEN": ""
}
}

0 comments on commit 3298326

Please sign in to comment.