File: settings

package info (click to toggle)
aetos 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: python: 1,790; sh: 110; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Aetos service
enable_service aetos

# Default directories
AETOS_DIR=$DEST/aetos
AETOS_CONF_DIR=/etc/aetos
AETOS_CONF=$AETOS_CONF_DIR/aetos.conf
AETOS_UWSGI_CONF=$AETOS_CONF_DIR/aetos-uwsgi.ini
AETOS_UWSGI=aetos.wsgi.api:application

# Aetos connection info.
AETOS_SERVICE_PROTOCOL=http
AETOS_SERVICE_HOST=${AETOS_SERVICE_HOST:-$SERVICE_HOST}