1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00
penpot_ynh/conf/exporter.env
2024-02-08 18:24:08 +01:00

5 lines
No EOL
185 B
Bash

NODE_ENV=production
PENPOT_HTTP_SERVER_PORT=__PORT_EXPORTER__
PENPOT_HTTP_SERVER_host=127.0.0.1
PENPOT_PUBLIC_URI=https://__DOMAIN__
PENPOT_REDIS_URI=redis://127.0.0.1:6379/__REDIS_DB__