Renamed project
This commit is contained in:
parent
762ae5fd4d
commit
68694d2e13
@ -5,22 +5,12 @@
|
||||
"gismo": "src/gismo/gismo.json",
|
||||
"gismo-cli": "src/gismo_cli/gismo-cli.json",
|
||||
"gismo-core": "src/gismo_core/gismo-core.json",
|
||||
"gismo-db": "src/gismo_db/gismo_db.json",
|
||||
"gismo-data": "src/gismo_data/gismo-data.json",
|
||||
"cpl-extension": "src/cpl_extension/cpl-extension.json",
|
||||
"modules-core": "src/modules_core/modules-core.json",
|
||||
"boot-log": "src/modules/boot_log/boot-log.json",
|
||||
"level-generator": "tools/level_generator/level-generator.json",
|
||||
"ontime-calculator": "tools/ontime_calculator/ontime-calculator.json"
|
||||
},
|
||||
"Scripts": {
|
||||
"pre-build": "cd ../gismo_cli; echo 'gismo-cli:'; cpl build; echo 'gismo:'",
|
||||
"pre-start": "echo '!WARNING! You should start with the right environment!\nRun cpl start-ENV\nSee workspace for more details.'; sleep 2",
|
||||
"pre-dev-start": "echo 'development:'; ",
|
||||
"dev-start": "export GISMO_ENVIRONMENT=development; export GISMO_NAME=Gismo-dev; cpl start",
|
||||
"pre-stage-start": "echo 'staging:'; ",
|
||||
"stage-start": "export GISMO_ENVIRONMENT=staging; export GISMO_NAME=Gismo-test; cpl start",
|
||||
"pre-prod-start": "echo 'production:'; ",
|
||||
"prod-start": "export GISMO_ENVIRONMENT=production; export GISMO_NAME=Gismo-prod; cpl start"
|
||||
}
|
||||
}
|
||||
}
|
@ -46,7 +46,7 @@
|
||||
},
|
||||
"ProjectReferences": [
|
||||
"../gismo_core/gismo-core.json",
|
||||
"../gismo_db/gismo-db.json",
|
||||
"../gismo_data/gismo-data.json",
|
||||
"../cpl_extension/cpl-extension.json",
|
||||
"../modules_core/modules-core.json",
|
||||
"../modules/boot_log/boot-log.json"
|
||||
|
@ -11,7 +11,7 @@ sh-edraft Dicord bot Gismo
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'gismo_db'
|
||||
__title__ = 'gismo_data'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"ProjectSettings": {
|
||||
"Name": "gismo-db",
|
||||
"Name": "gismo-data",
|
||||
"Version": {
|
||||
"Major": "0",
|
||||
"Minor": "1",
|
||||
@ -8,8 +8,8 @@
|
||||
},
|
||||
"Author": "Sven Heidemann",
|
||||
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||||
"Description": "sh-edraft Gismo - Database",
|
||||
"LongDescription": "sh-edraft Dicord bot Gismo - Database",
|
||||
"Description": "sh-edraft Gismo - data",
|
||||
"LongDescription": "sh-edraft Dicord bot Gismo - data library",
|
||||
"URL": "https://www.sh-edraft.de",
|
||||
"CopyrightDate": "2021 - 2022",
|
||||
"CopyrightName": "sh-edraft.de",
|
Reference in New Issue
Block a user