Skip to content
Snippets Groups Projects
Commit 0bf70bcc authored by Andreas Domanowski's avatar Andreas Domanowski
Browse files

Change URLs to our instances

parent 9667a17e
No related branches found
No related tags found
1 merge request!1Hedgedoc import
......@@ -7,8 +7,8 @@ if __name__ == "__main__":
export_archive = "archive.zip"
print_block_heading("Beginning export from CodiMD...")
export_from_codimd("http://localhost:3001", get_sessionid("CodiMD", "connect.sid"), export_folder)
export_from_codimd("http://md.inf.tu-dresden.de", get_sessionid("CodiMD", "connect.sid"), export_folder)
print_block_heading("Beginning import to HedgeDoc...")
import_into_hedgedoc("http://hedgedoc:3000", get_sessionid("HedgeDoc", "connect.hedgeDoc.sid"),
import_into_hedgedoc("http://md.inf.tu-dresden.de/notes", get_sessionid("HedgeDoc", "connect.hedgeDoc.sid"),
export_folder, export_archive)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment