18 lines
337 B
Python
18 lines
337 B
Python
#!/usr/bin/python3
|
|
|
|
#OPENGNSYS='/opt/opengnsys'
|
|
OPENGNSYS='/tmp/opengnsys'
|
|
OGLOG=f'{OPENGNSYS}/log'
|
|
OGLOGFILE=f'{OGLOG}/192.168.42.42' ## TODO
|
|
OGLOGCOMMAND='/tmp/command.log'
|
|
OGLOGSESSION='/tmp/session.log'
|
|
DEBUG='yes'
|
|
|
|
## languages
|
|
MSG_EXAMPLE='Example'
|
|
MSG_FORMAT='Format'
|
|
MSG_FUNCTION='Function'
|
|
## /languages
|
|
|
|
TZ='Europe/Madrid'
|