Skip to content

Commit

Permalink
Alternative configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tooxie authored and Alvaro Mourino committed Mar 7, 2015
1 parent ec47e38 commit dc41d68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions shiva/config/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,23 @@
'enabled': False,
},
)

# Alternative NEIGHBOURS config:
NEIGHBOURS = (
Neighbour('127.0.0.1',
key='1234567890',
token='a1b2c3d4e5f6g7h8i9j0kalbmcndoepf',
enabled=False),
Neighbour('127.0.0.1',
key='4j48m9bkjr',
token='usd9s8ducuhv9183km23loisd0s8giuf',
enabled=False),
)

NEIGHBOURS = {
'127.0.0.1': {
'key': '',
'token': '',
'enabled': False,
}
}

0 comments on commit dc41d68

Please sign in to comment.