mirror of
https://github.com/Screenly/Anthias.git
synced 2026-04-19 14:09:36 -04:00
14 lines
286 B
Python
14 lines
286 B
Python
SHORT_HASH_LENGTH = 7
|
|
BUILD_TARGET_OPTIONS = ['pi1', 'pi2', 'pi3', 'pi4', 'pi4-64', 'pi5', 'x86']
|
|
SERVICES = (
|
|
'server',
|
|
'celery',
|
|
'redis',
|
|
'websocket',
|
|
'nginx',
|
|
'viewer',
|
|
'wifi-connect',
|
|
'test',
|
|
)
|
|
GITHUB_REPO_URL = 'https://github.com/Screenly/Anthias'
|