#-------Database setup------- #-------Possible values are sqlite and postgresql------- DB_TYPE=postgresql DB_USER=USER DB_PASS=5512 DB_HOST=192.168.1.111 DB_PORT=5434 DB_NAME=db #-------Setting up Redis to store sessions------- #-------Possible values are file and redis------- SESSION_TYPE=redis REDIS_HOST=192.168.1.111 REDIS_PORT=6379 REDIS_DB=0 REDIS_PASS= #-------Setting the session lifetime------- SESSION_LIFETIME=1200 #-------Setting the session prefix------- SESSION_KEY_PREFIX=flpy_ #-------Hypervisor settings------- HYPER1_HOST=5.9.87.101 HYPER2_HOST=135.181.138.180 HYPER3_HOST=136.243.43.245 HYPER4_HOST=65.108.193.220 HYPER1_USER=USER HYPER2_USER=USER HYPER3_USER=USER HYPER4_USER=USER HYPER1_PASS=0000000000 HYPER2_PASS=0000000000 HYPER3_PASS=0000000000 HYPER4_PASS=0000000000 #-------Disable background tasks. When initially initializing the database, you should DISABLE it.------- DISABLING_TASK=False #-------Setting to perform a full update at intervals or at a set time (period/time)------- PERFORMANCE=time #-------Setting the value in MINUTES for a complete VM update, at set value PERFORMANCE = period------- FULL_UPDATE=20 #-------Time to complete a full update in HH:MM format (UTC), at set value PERFORMANCE = time------- HOUR_FULL_UPDATE=21:00 #-------Setting the time in MINUTES, the frequency of updating VM statuses------- POWER_STATUS_UPDATE=2 #-------If the value is True then registration will be disabled------- REGISTER_OFF=False #-------Setting the secret value------- SECRET=secret123 #-------Setting the time in MINUTES, the version update frequency------- STABLES_UPDATE=30