Revision 8d8ea051 settings.py.dist

b/settings.py.dist
172 172
RABBIT_PASSWORD="0k3@n0s"
173 173
RABBIT_VHOST="/"
174 174

  
175
#Queue and exchange names
176
EXCHANGE_GANETI="ganeti"
177
EXCHANGE_CRON="cron"
178
EXCHANGE_API="api"
179

  
180
QUEUE_GANETI_EVENTS="events"
181
QUEUE_CRON_CREDITS="credits"
182
QUEUE_API_EMAIL="email"
183
QUEUE_CRON_EMAIL="email"
184

  
185
#Logic dispatcher settings
186
DISPATCHER_LOG_FILE = "/var/log/okeanos.log"
187

  
175 188
# The API implementation needs to accept and return absolute references
176 189
# to its resources. Thus, it needs to know its public URL.
177 190
API_ROOT_URL = 'http://127.0.0.1:8000/api/'

Also available in: Unified diff