Statistics
| Branch: | Revision:

root / snfOCCI / config.py @ efa0d1ef

History | View | Annotate | Download (134 Bytes)

1
SERVER_CONFIG = {
2
    'port': 8888,
3
    'hostname': 'snf-%(id)d.vm.okeanos.grnet.gr',
4
    'compute_arch': 'x86'
5
    }
6

    
7
        
8

    
9