mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
Fix
This commit is contained in:
parent
170e5fc599
commit
28da48c365
3 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
### SMP server address
|
|
||||||
|
|
||||||
Your SMP server address:
|
Your SMP server address:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
### Adresse du serveur SMP
|
|
||||||
|
|
||||||
L'adresse de votre serveur SMP est :
|
L'adresse de votre serveur SMP est :
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -23,7 +23,7 @@ multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "150M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue