mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
That was postgresql… + remove Nginx service
This commit is contained in:
parent
7ad9054ae7
commit
abcc0a9f5c
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ version = "0.1~ynh1"
|
|||
url = "https://example.com"
|
||||
license = "free"
|
||||
|
||||
services = [ "nginx" ]
|
||||
|
||||
maintainers = ["Lapineige"]
|
||||
|
||||
|
||||
|
@ -106,4 +104,4 @@ ram.runtime = "500M"
|
|||
|
||||
[resources.database]
|
||||
# This will automatically provision/deprovison a mysql DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
||||
type = "psql"
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue