add hetzner server infrastructure files

This commit is contained in:
2026-04-26 20:37:10 +03:00
parent fe29fc1878
commit 2ddbf409b5
9 changed files with 279 additions and 5 deletions
@@ -4,5 +4,5 @@ export const environment = {
fromWeb: false,
production: false,
host_name: 'http://localhost',
title: 'JAMBOTRON.RUN.PLACE (dev)'
title: 'JAMBOTRON.COM (dev)'
};
@@ -3,7 +3,6 @@ export const environment = {
port: 8081,
production: true,
fromWeb: true,
//host_name: 'https://jambotron.run.place',
host_name:'https://jambotron.com',
title: 'JAMBOTRON.RUN.PLACE'
title: 'JAMBOTRON.COM'
};