diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..104922e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +local.env \ No newline at end of file diff --git a/local.env.dist b/local.env.dist new file mode 100644 index 0000000..ce1c609 --- /dev/null +++ b/local.env.dist @@ -0,0 +1,7 @@ +AMQP_URL=amqp://guest:guest@localhost:32772/%2f/to_python_sign +LOG_LEVEL=DEBUG +PKCS12_PATH=./assets/dummy.p12 +TIMESTAMP_URL=http://freetsa.org/tsr +QUEUE_IN=to_python_sign +EXCHANGE_OUT=signed_docs +OUT_ROUTING_KEY=signed_doc