6de920dc38
This reverts commit 27b4f59a97.
Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/200
Reviewed-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net>
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
source .unset-environment
|
|
|
|
export HSADMINNG_POSTGRES_RESTRICTED_USERNAME=restricted
|
|
export HSADMINNG_POSTGRES_ADMIN_USERNAME=admin
|
|
export HSADMINNG_SUPERUSER=import-superuser@hostsharing.net
|
|
export HSADMINNG_OFFICE_DATA_SQL_FILE
|
|
export HSADMINNG_JWT_TOKEN_URL=http://localhost:8080/fake-jwt/token
|
|
|
|
export LANG=en_US.UTF-8
|