You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/peatio-trading-ui/config$ cat application.yml
defaults: &defaults
# Set root URL to Peatio platform. It will be used to fetch variables which is trading interface driven by.
#PLATFORM_ROOT_URL: http://peatio.tech
PLATFORM_ROOT_URL: http://test.com
# Set URL where you wan to redirect from trading ui menubar
#FRONTEND_ROOT_URL: http://peatio.tech
FRONTEND_ROOT_URL: http://test.com
# Set to "true" to disable access via unsecured HTTP, send HSTS headers and use secure cookies.
FORCE_SECURE_CONNECTION: false
# Customize title of markers page using the variable below:
#TITLE: PEATIO
TITLE: Test
# Customize page metadata like title, description & keywords.
#METADATA_TITLE: Peatio Exchange
#METADATA_DESCRIPTION: The Opensource Cryptocurrency Exchange
#METADATA_KEYWORDS: Peatio,Opensource,Exchange,Cryptocurrency
METADATA_TITLE: Test Exchange
METADATA_DESCRIPTION: The Cryptocurrency Exchange
METADATA_KEYWORDS: Test,Cryptocurrency Exchange,Exchange,Cryptocurrency
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults
I hope someone able to lend me a helping hand because I am not sure what have went wrong..
Thanks
The text was updated successfully, but these errors were encountered:
Hello People,
Log:
Trace:
nginx configuration:
application.yml
I hope someone able to lend me a helping hand because I am not sure what have went wrong..
Thanks
The text was updated successfully, but these errors were encountered: