minor fixes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php // dev.API_FAKTUROWNIA.f73a67 on Fri, 01 Nov 2024 22:52:28 +0100
|
||||
|
||||
return "\xA9c\xD0\xC5\xD1\x3Aek\xE6\x24\x16\x15b\x3A\xDF\x83\x9B\xED\xE8n\x04_d\x5B\xAE8\x1B\xAC\x02\x2C\x9CA\xFB\x8Ee\x99\xFC3\xDE\xC34f\x28\x08\x26\xC8\x26o\x88\xF9\xF4z";
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'API_FAKTUROWNIA' => null,
|
||||
'DATABASE_PASSWORD' => null,
|
||||
];
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||
parameters:
|
||||
FAKTUROWNIA_API: '%env(API_FAKTUROWNIA)%'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
@@ -24,6 +25,6 @@ services:
|
||||
resource: '../src/Services/'
|
||||
arguments:
|
||||
- '@doctrine.orm.entity_manager'
|
||||
- 'Symfony\Contracts\HttpClient\HttpClientInterface'
|
||||
- '@Symfony\Contracts\HttpClient\HttpClientInterface'
|
||||
# add more service definitions when explicit configuration is needed
|
||||
# please note that last definitions always *replace* previous ones
|
||||
|
||||
Reference in New Issue
Block a user