Add .gitignore and example local.env.dist

Introduce a .gitignore to exclude local environment files. Provide a sample local.env.dist for configuration templates. This helps in maintaining environment-specific settings securely and consistently.
This commit is contained in:
Julien Fastré 2024-10-11 09:05:46 +02:00
parent 7c84464d13
commit 958c96193e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
local.env

7
local.env.dist Normal file
View File

@ -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