Dev set up
This commit is contained in:
54
Vagrantfile
vendored
54
Vagrantfile
vendored
@ -90,55 +90,27 @@ Vagrant.configure("2") do |config|
|
||||
]
|
||||
chef.roles_path ='ops/roles'
|
||||
chef.add_role('common')
|
||||
chef.add_role('app')
|
||||
chef.json = {
|
||||
'working-dir': '/vagrant',
|
||||
'app': {
|
||||
'name': 'change_me',
|
||||
'name': 'datacom_abc',
|
||||
'domain': 'localhost',
|
||||
},
|
||||
# 'nodejs': {
|
||||
# 'working-dir': 'node_rtc',
|
||||
# 'port': '8001'
|
||||
# },
|
||||
# 'python': {
|
||||
# 'working-dir': 'django',
|
||||
# },
|
||||
# 'db':{},
|
||||
# 'redis':{
|
||||
# 'unix': {
|
||||
# 'perm': '777'
|
||||
# }
|
||||
# },
|
||||
# 'django': {
|
||||
# 'settings_path': 'project/settings',
|
||||
# 'email': {
|
||||
# 'host': 'smtp.gmail.com',
|
||||
# 'port': '587',
|
||||
# 'tls': 'True',
|
||||
# },
|
||||
# 'allowed_hosts': [
|
||||
# '*'
|
||||
# ],
|
||||
# 'github': {
|
||||
# 'TEST_ORG': 'ByteTesting',
|
||||
# 'DISTRIBUTOR_ORG': 'ByteExercises',
|
||||
# 'SOURCE_ORG': 'ByteAcademyCo'
|
||||
# }
|
||||
# },
|
||||
# 'web':{
|
||||
# 'admin_email': 'admin2342@example.com',
|
||||
# 'do_ssl': false,
|
||||
'php': {
|
||||
'working-dir': 'php'
|
||||
},
|
||||
'db':{
|
||||
# 'root_password': 'hostdogs'
|
||||
},
|
||||
'web':{
|
||||
'admin_email': 'admin2342@example.com',
|
||||
'do_ssl': false,
|
||||
'root': '/vagrant/php'
|
||||
# 'static': [
|
||||
# {'uri': '/static', 'path': 'django/staticfiles'},
|
||||
# ],
|
||||
# 'wsgi': {
|
||||
# 'wsgi_path': 'django/project/wsgi.py',
|
||||
# },
|
||||
# 'socket.io': {
|
||||
# 'host': 'localhost',
|
||||
# 'port': '8001',
|
||||
# }
|
||||
# },
|
||||
},
|
||||
}.deep_merge(secrets);
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user