Set up project structure

This commit is contained in:
2024-12-29 04:04:57 +01:00
commit af03959e2c
20 changed files with 750 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"development": {
"hostname": "http://localhost:8080"
},
"docker": {
"hostname": "http://localhost:9050"
}
}