Add workflow and signatures to dev skeleton

This commit is contained in:
2024-11-21 22:40:57 +01:00
parent 9225077ec4
commit f1e5ccd432
16 changed files with 824 additions and 1372 deletions

3
.env
View File

@@ -32,7 +32,8 @@ EDITOR_SERVER=http://collabora:9980
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
# MESSENGER_TRANSPORT_DSN=sync://
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
MESSENGER_TRANSPORT_DSN=${RABBITMQ_URL}/%2f
###< symfony/messenger ###
###> doctrine/doctrine-bundle ###