Skip to content

Commit

Permalink
chore: minor naming updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Apr 12, 2024
1 parent ca144c8 commit cf39376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2020, The CONIX Research Center
Copyright (c) 2020, Carnegie Mellon University
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion arena_account/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
X_FRAME_OPTIONS = "SAMEORIGIN"
MQTT_TOKEN_PRIVKEY = os.getenv("MQTT_TOKEN_PRIVKEY")

# namespaces that are reserved for the webserver, see ARENA-core and nginx
# namespaces that are reserved for the webserver, see arena-web-core and nginx
USERNAME_RESERVED = [
".cache",
".git",
Expand Down

0 comments on commit cf39376

Please sign in to comment.