17 lines
282 B
Python
17 lines
282 B
Python
joplin_old = [
|
|
(
|
|
"joplin.togetherdays.cz", {
|
|
"ssh_user": "root",
|
|
"web_server": True
|
|
}
|
|
)
|
|
]
|
|
|
|
joplin_new = [
|
|
(
|
|
"test.joplin.togetherdays.cz", {
|
|
"ssh_user": "root",
|
|
"web_server": True
|
|
}
|
|
)
|
|
]
|