1
0
Fork 0
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:
lapineige 2023-02-05 18:16:16 +01:00 committed by GitHub
parent 7ad9054ae7
commit abcc0a9f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,6 @@ version = "0.1~ynh1"
url = "https://example.com" url = "https://example.com"
license = "free" license = "free"
services = [ "nginx" ]
maintainers = ["Lapineige"] maintainers = ["Lapineige"]
@ -106,4 +104,4 @@ ram.runtime = "500M"
[resources.database] [resources.database]
# This will automatically provision/deprovison a mysql DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd # 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"