Initial commit: Chain 138 Explorer monorepo structure

This commit is contained in:
defiQUG
2025-12-23 16:19:10 -08:00
commit 4d4f8cedad
8 changed files with 1545 additions and 0 deletions

16
config/deployment.json Normal file
View File

@@ -0,0 +1,16 @@
{
"production": {
"host": "192.168.11.140",
"domain": "explorer.d-bis.org",
"deployment_path": "/var/www/html",
"backup_enabled": true,
"ssl_enabled": true
},
"development": {
"host": "localhost",
"domain": "localhost",
"deployment_path": "./frontend/public",
"port": 8000
}
}