I am building a product using hasura that will be used in production. Is it bad practice security wise to publish the repo with all the configuration and structure? Basically all the database migrations and config.
Of course I won't include any keys or sensitive information.
Is this risky?
The question is 100% about security best practices. I don't mind anyone copying or using the code.