mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented schema/main.yml und config/main.yml file
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
credentials:
|
||||
secret_key_base:
|
||||
description: "Secret key base used to generate secrets for encrypting and signing data"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
||||
secret_key:
|
||||
description: "Secret key used as a base to generate JWT tokens"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
Reference in New Issue
Block a user