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

5 lines
131 B
Plaintext
Raw Normal View History

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