goctests0 commited on
Commit
1e40a6b
·
verified ·
1 Parent(s): 7b5809f

Upload env_additions.txt

Browse files
Files changed (1) hide show
  1. env_additions.txt +7 -0
env_additions.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Add this line to your env file before deploying with real patient data:
2
+
3
+ PROVIDER_TOKEN=replace_this_with_a_long_random_string
4
+
5
+ If PROVIDER_TOKEN is not set, provider routes remain unprotected
6
+ (existing behaviour, safe for local dev and demos).
7
+ Generate a secure token with: python3 -c "import secrets; print(secrets.token_urlsafe(32))"