3Dshock/server/settings.py

8 lines
136 B
Python
Raw Normal View History

2021-03-08 00:22:24 +00:00
LIGHT_IP = '192.168.99.25'
LIGHT_USER = 'admin'
LIGHT_PASS = 'admin'
GRID_IP = '192.168.99.20'
GRID_USER = 'admin'
GRID_PASS = 'admin'