Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit43de7ee

Browse files
committed
chore: move config to groupher, bump
1 parentf24034a commit43de7ee

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ English | [中文](https://github.com/coderplanets/coderplanets_server/blob/dev/
77

88
##Introduction
99

10-
backend server ofcoderplanets.com
10+
backend server ofgroupher.com
1111

1212
##Documentation
1313

‎config/config.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config :pre_commit, commands: ["format"], verbose: false
3131
# of this file so it overrides the configuration defined above.
3232

3333
config:groupher_server,:general,
34-
site_host:"https://coderplanets.com",
34+
site_host:"https://groupher.com",
3535
page_size:30,
3636
inner_page_size:5,
3737
# today is not include

‎config/prod.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Mix.Config
1515
# which you typically run after static files are built.
1616
config:groupher_server,GroupherServerWeb.Endpoint,
1717
load_from_system_env:true,
18-
url:[host:"coderplanets.com",port:80]
18+
url:[host:"groupher.com",port:80]
1919

2020
# cache_static_manifest: "priv/static/cache_manifest.json"
2121

-119 Bytes
Binary file not shown.

‎lib/groupher_server_web/endpoint.ex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GroupherServerWeb.Endpoint do
2727
origins:[
2828
"http://localhost:3000",
2929
"http://localhost:3001",
30-
~r{^https://(.*\.?)coderplanets\.com$}
30+
~r{^https://(.*\.?)groupher\.com$}
3131
],
3232
# origins: "*",
3333
allow_headers:[

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp