etc/fixbot-nexus.py
changeset 41 9be5b4525e78
parent 35 5b6043ce9686
equal deleted inserted replaced
40:b9fdb7710768 41:9be5b4525e78
     1 # the shared static secret to use for API connections. This file shouldn't be world-readable
     1 """
       
     2     Configuration file for the fixbot nexus component
       
     3 """
     2 
     4 
     3 # this should be a string
     5 ## Shared static secret for use by API connections
     4 secret = please replace me
     6 api_secret = "xyz"
     5 
     7