Initial commit: Chain 138 Explorer monorepo structure
This commit is contained in:
16
config/deployment.json
Normal file
16
config/deployment.json
Normal 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user