7 lines
216 B
Docker
7 lines
216 B
Docker
PICASSO_HOST=0.0.0.0
|
|
PICASSO_PORT=10001
|
|
PICASSO_DB=mysql+pymysql://root:ubuntu@192.168.0.120/functions
|
|
KEYSTONE_ENDPOINT=http://192.168.0.120:5000/v3
|
|
FUNCTIONS_URL=http://192.168.0.120:8080/v1
|
|
PICASSO_LOG_LEVEL=INFO
|