You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We use default of postgresql therefore recomended 5432
SQL_PORT=${YOUR_SQL_PORT}
# Default could be localhost
SQL_SERVER=${YOUR_SQL_SERVER}
# Whatever you wish to name the future database
APP_DATABASE=${YOUR_DESIRED_DB_NAME}
# Wherever you wish to store the logs inside of the container
LOG_FOLDER=${PATH_TO_LOGS}
# Use a generator (no symbols) to get a 64 characters long string. It is recomended to use an SHA256 generator but any random string genrator will do it.