Add OAuth

This commit is contained in:
3wc
2020-09-24 02:26:17 +02:00
parent dc81610de1
commit 4ef620c887
3 changed files with 24 additions and 1 deletions

View File

@ -23,6 +23,7 @@ file_env() {
load_vars() {
file_env "CMD_DB_PASSWORD"
file_env "CMD_OAUTH2_CLIENT_SECRET"
}
main() {