xoxys.gitea/templates/bashrc.d/gitea.env.j2

5 lines
131 B
Plaintext
Raw Normal View History

2018-12-08 22:21:48 +01:00
## {{ ansible_managed }}
export USER={{ gitea_user }}
export HOME={{ gitea_user_home }}
export GITEA_WORK_DIR={{ gitea_base_dir }}