We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828a79c + add584a commit 9adf8f2Copy full SHA for 9adf8f2
scripts/sakura_server_user_agent.rb
@@ -11,8 +11,8 @@ class SakuraServerUserAgent
11
SAKURA_CLOUD_SUFFIX = 'api/cloud'
12
SAKURA_API_VERSION = '1.1'
13
14
- SAKURA_TOKEN = ENV.fetch('SACLOUD_ACCESS_TOKEN')
15
- SAKURA_TOKEN_SECRET = ENV.fetch('SACLOUD_ACCESS_TOKEN_SECRET')
+ SAKURA_TOKEN = ENV.fetch('SACLOUD_ACCESS_TOKEN', 'dummy-token-for-test')
+ SAKURA_TOKEN_SECRET = ENV.fetch('SACLOUD_ACCESS_TOKEN_SECRET', 'dummy-secret-for-test')
16
17
# ディスク状態確認用の定数
18
DISK_CHECK_INTERVAL = 10 # 秒
0 commit comments