#!/bin/bash

#=================================================
# COMMON VARIABLES
#=================================================

# dependencies used by the app
pkg_dependencies="postgresql"

NODEJS_VERSION=14

#=================================================
# PERSONAL HELPERS
#=================================================

ynh_hex_32_random() {
	echo "$(openssl rand -hex 32)"
}

#=================================================
# EXPERIMENTAL HELPERS
#=================================================

#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================