turbaszek commented on a change in pull request #90: URL: https://github.com/apache/kibble/pull/90#discussion_r520899343
########## File path: kibble/api/yaml/kibble.yaml.tmp ########## @@ -0,0 +1,15 @@ +accounts: + allowSignup: true + verify: true +api: + database: 2 + version: 0.1.0 +elasticsearch: + dbname: kibble + host: elasticsearch + port: 9200 + ssl: false +mail: + mailhost: localhost + mailport: 25 + sender: Kibble <[email protected]> Review comment: We don't need this file. I think if you rebase onto latest `main` branch then this file should be ignored: https://github.com/apache/kibble/blob/0a11b51dfa01521a10887556124035107ad1fd80/.gitignore#L2-L3 If not then we should adjust gitignore ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
