Skip to content

danuiachimovschi/webteam-task-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start the docker containers with the following command:

docker-compose up -d

SSL KEY CONFIGURATION

To enable SSL, you need to generate a self-signed certificate and key. You can do this by running the following command:

In folder /config/secret.php

<?php

declare(strict_types=1);

<?php

declare(strict_types=1);

return [
    'private_key' => file_get_contents(YOUR_PRIVATE_KEY_PATH),
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published