mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
from getpass import getuser
|
|
import os
|
|
|
|
c.JupyterHub.api_tokens = {
|
|
os.environ['WHOAMI_HUB_API_TOKEN']: getuser(),
|
|
}
|