diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 22:56:10 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-28 22:56:10 -0700 |
commit | 593a631a564926b5b118805b8bea13a753e4757d (patch) | |
tree | 3f2a5460eda4ef19142b20386c7dee001f4675b5 /config/config.exs | |
parent | bb66cd91a3e76e9b746750de51b5edd34b5d2259 (diff) | |
download | chessh-593a631a564926b5b118805b8bea13a753e4757d.tar.gz chessh-593a631a564926b5b118805b8bea13a753e4757d.zip |
Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes:
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 15cde18..a5782d4 100644 --- a/config/config.exs +++ b/config/config.exs @@ -15,7 +15,6 @@ config :chessh, RateLimits, player_public_keys: 15 config :chessh, Web, - port: 8080, github_oauth_login_url: "https://github.com/login/oauth/access_token", github_user_api_url: "https://api.github.com/user" |