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:
parent
7c84464d13
commit
958c96193e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
local.env
|
7
local.env.dist
Normal file
7
local.env.dist
Normal 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
|
Loading…
Reference in New Issue
Block a user