Add the initial kosmos-akkounts cookbook to deploy akkounts-api
Includes a recipe to set up nginx as a reverse proxy with a TLS certificate for api.accounts.kosmos.org Closes #18 Closes #20
This commit is contained in:
3
site-cookbooks/kosmos-akkounts/attributes/default.rb
Normal file
3
site-cookbooks/kosmos-akkounts/attributes/default.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
node.default['akkounts-api']['revision'] = 'master'
|
||||
node.default['akkounts-api']['port'] = 3200
|
||||
node.default['akkounts-api']['server_name'] = 'api.accounts.kosmos.org'
|
||||
Reference in New Issue
Block a user