mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
cleaning
This commit is contained in:
parent
4d3df4254b
commit
c1f0c5a1b1
3 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,6 @@ Group=__APP__
|
||||||
Environment=NODE_ENV=production
|
Environment=NODE_ENV=production
|
||||||
Environment=DOTENV_CONFIG_PATH=__INSTALL_DIR__/config.env
|
Environment=DOTENV_CONFIG_PATH=__INSTALL_DIR__/config.env
|
||||||
Environment="__YNH_NODE_LOAD_PATH__"
|
Environment="__YNH_NODE_LOAD_PATH__"
|
||||||
#ExecStart=__INSTALL_DIR__/bin/facilmap-server
|
|
||||||
WorkingDirectory=__INSTALL_DIR__/server
|
WorkingDirectory=__INSTALL_DIR__/server
|
||||||
ExecStart=/usr/bin/yarn server
|
ExecStart=/usr/bin/yarn server
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
|
|
@ -28,9 +28,9 @@ ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "1000M"
|
||||||
ram.build = "50M"
|
ram.build = "2000M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "450M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
nodejs_version=20
|
nodejs_version=20
|
||||||
|
|
||||||
facilmap_version=4.1.1
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue