Hey I would like to test out your work. It looks like a great base for a project I want to create. I was wondering how should the the secrets be store in github?
Should they be something like
SECRETS_ENV:
BOOTSTRAP_USER="value"
BOOTSTRAP_PASSWORD="value"
OR
BOOTSTRAP_USER="value";"BOOTSTRAP_PASSWORD="value"
Hey I would like to test out your work. It looks like a great base for a project I want to create. I was wondering how should the the secrets be store in github?
Should they be something like
SECRETS_ENV:
OR