開発環境と本番環境
Hexabaseでは、本番運用と検証用に次の環境を提供しています。2つの環境は独立しており、異なるURLでアクセスします。
本番環境
- 管理画面 : https://app.hexabase.io/
- API server : https://api.hexabase.io/
- SSE server : https://sse.hexabase.io
※ 2022年4月20日以降、トライアルアカウントは本番環境で発行しています
検証環境
- 管理画面 : https://stg.hexabase.io/
- API server : https://stg-api.hexabase.io
- SSE server : https://stg-sse.hexabase.io
環境間でアプリケーションを移行するには
開発・動作確認から本番運用にアプリケーションを移行するには、次のようにアプリケーションテンプレートとして保存・エクスポートして、それを本番環境にインポートします。