mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
* feat(webapp): location on registration * add location name to signup verification, allow location query * location name can be prompted in regeistration * default value null for locationName * Prevent ds-select overflow * Remove location name from label * Add margin-bottom to location-select * group location is not affected by REQUIRE_LOCATION, previous location is shown * Update webapp/components/Registration/RegistrationSlideCreate.vue Co-authored-by: Max <maxharz@gmail.com> * Replace more '16px' by '$space-small' and remove class 'password-strength' * Add class 'password-strength' again * property for previous location --------- Co-authored-by: Maximilian Harz <maxharz@gmail.com> Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
SENTRY_DSN_WEBAPP=
|
|
COMMIT=
|
|
WEBSOCKETS_URI=ws://localhost:3000/api/graphql
|
|
GRAPHQL_URI=http://localhost:4000/
|
|
MAPBOX_TOKEN="pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g"
|
|
PUBLIC_REGISTRATION=false
|
|
INVITE_REGISTRATION=true
|
|
BADGES_ENABLED=true
|
|
INVITE_LINK_LIMIT=7
|
|
NETWORK_NAME="Ocelot.social"
|
|
|
|
ASK_FOR_REAL_NAME=false
|
|
|
|
REQUIRE_LOCATION=false |